Skip to content

Commit

Permalink
Merge pull request #4 from NotNinja/develop
Browse files Browse the repository at this point in the history
Release 0.2.2
  • Loading branch information
neocotic authored Jul 3, 2017
2 parents 5c32d79 + b867cc3 commit 1b02f24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.2, 2017.07.03

* Disable `no-magic-numbers` rule again

## Version 0.2.1, 2017.07.03

* Fix incorrect value type for `max-statements-per-line` rule
Expand Down
2 changes: 1 addition & 1 deletion es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
'no-labels': 'error',
'no-lone-blocks': 'error',
'no-loop-func': 'error',
'no-magic-numbers': 'warn',
'no-magic-numbers': 'off',
'no-multi-spaces': 'error',
'no-multi-str': 'error',
'no-new': 'error',
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-notninja",
"version": "0.2.1",
"version": "0.2.2",
"description": "Standard ESLint configurations for !ninja packages",
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
"bugs": {
Expand Down

0 comments on commit 1b02f24

Please sign in to comment.