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

Commit fd6cd78

Browse files
author
Anton Bielousov
committed
Disable spaced comments
1 parent fc0582d commit fd6cd78

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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.3
2+
- Temporarily disable `spaced-comment` errors, until Astro release builds comply with this rule.
13
2.7.2
24
- Temporarily downgrade `spaced-comment` errors to warning level, until Astro release builds comply with this rule.
35
2.7.1

es5/mobify-es5.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ rules:
4646
- never
4747
space-infix-ops: error
4848
space-unary-ops: error
49-
spaced-comment: warn
5049
no-undef: error
5150
eol-last: warn
5251
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.2",
3+
"version": "2.7.3",
44
"description": "Code style guide and linting tools for Mobify",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)