Skip to content

Commit 1b02f24

Browse files
authored
Merge pull request #4 from NotNinja/develop
Release 0.2.2
2 parents 5c32d79 + b867cc3 commit 1b02f24

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 0.2.2, 2017.07.03
2+
3+
* Disable `no-magic-numbers` rule again
4+
15
## Version 0.2.1, 2017.07.03
26

37
* Fix incorrect value type for `max-statements-per-line` rule

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = {
108108
'no-labels': 'error',
109109
'no-lone-blocks': 'error',
110110
'no-loop-func': 'error',
111-
'no-magic-numbers': 'warn',
111+
'no-magic-numbers': 'off',
112112
'no-multi-spaces': 'error',
113113
'no-multi-str': 'error',
114114
'no-new': 'error',

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-notninja",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Standard ESLint configurations for !ninja packages",
55
"homepage": "https://github.com/NotNinja/eslint-config-notninja",
66
"bugs": {

0 commit comments

Comments
 (0)