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

Commit 35f318d

Browse files
author
Anton Bielousov
authored
Merge pull request #146 from mobify/release-v2.7.3
Release v2.7.3
2 parents e6a8b02 + d681eb8 commit 35f318d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
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:

javascript/.eslintrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@
8484
// Disallow spacing around non-word unary operators: -, +, --, ++, !, !!
8585
"space-unary-ops": [2, { "words": true, "nonwords": false }],
8686

87-
// Enforce whitespace after the start of a comment (// or /*)
88-
"spaced-comment": 2,
89-
9087
// Disallow undeclared variables (unless mentioned in /*global ...*/ comment)
9188
"no-undef": 2,
9289

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)