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

Commit

Permalink
Merge pull request #146 from mobify/release-v2.7.3
Browse files Browse the repository at this point in the history
Release v2.7.3
  • Loading branch information
Anton Bielousov authored Dec 10, 2016
2 parents e6a8b02 + d681eb8 commit 35f318d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.7.3
- Temporarily disable `spaced-comment` errors, until Astro release builds comply with this rule.
2.7.2
- Temporarily downgrade `spaced-comment` errors to warning level, until Astro release builds comply with this rule.
2.7.1
Expand Down
1 change: 0 additions & 1 deletion es5/mobify-es5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ rules:
- never
space-infix-ops: error
space-unary-ops: error
spaced-comment: warn
no-undef: error
eol-last: warn
quotes:
Expand Down
3 changes: 0 additions & 3 deletions javascript/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
// Disallow spacing around non-word unary operators: -, +, --, ++, !, !!
"space-unary-ops": [2, { "words": true, "nonwords": false }],

// Enforce whitespace after the start of a comment (// or /*)
"spaced-comment": 2,

// Disallow undeclared variables (unless mentioned in /*global ...*/ comment)
"no-undef": 2,

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobify-code-style",
"version": "2.7.2",
"version": "2.7.3",
"description": "Code style guide and linting tools for Mobify",
"repository": {
"type": "git",
Expand Down

0 comments on commit 35f318d

Please sign in to comment.