Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit f969aed

Browse files
author
Anton Bielousov
authored
Merge pull request #143 from mobify/spaced-comment-warning-level
Temporarily downgrade `spaced-comment` errors to warning level, until it complies with Astro release
2 parents 6c42fb5 + c112927 commit f969aed

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2.7.2
2+
- Temporarily downgrade `spaced-comment` errors to warning level, until Astro release builds comply with this rule.
13
2.7.1
24
- Re-organized and cleaned up markdown linting files
35
- Switched to using `no-duplicate-headings-in-section` (instead of `no-duplicate-headings`)

es5/mobify-es5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rules:
4646
- never
4747
space-infix-ops: error
4848
space-unary-ops: error
49-
spaced-comment: error
49+
spaced-comment: warn
5050
no-undef: error
5151
eol-last: warn
5252
quotes:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-code-style",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "Code style guide and linting tools for Mobify",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)