@ololoepepe/eslint-config 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +1 -4
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -98,9 +98,7 @@ module.exports = {
|
|
|
98
98
|
'id-match': 'off',
|
|
99
99
|
'implicit-arrow-linebreak': ['error', 'beside'],
|
|
100
100
|
indent: ['error', 2],
|
|
101
|
-
'init-declarations': ['error', 'always',
|
|
102
|
-
ignoreForLoopInit: false
|
|
103
|
-
}],
|
|
101
|
+
'init-declarations': ['error', 'always'],
|
|
104
102
|
'jsx-quotes': ['error', 'prefer-double'],
|
|
105
103
|
'key-spacing': ['error', {
|
|
106
104
|
afterColon: true,
|
|
@@ -411,7 +409,6 @@ module.exports = {
|
|
|
411
409
|
allowAsStatement: false
|
|
412
410
|
}],
|
|
413
411
|
'no-warning-comments': ['warn', {
|
|
414
|
-
decoration: [],
|
|
415
412
|
location: 'start',
|
|
416
413
|
terms: ['fix', 'fixme', 'todo']
|
|
417
414
|
}],
|