|
@@ -47,7 +47,7 @@ module.exports = {
|
|
|
'curly': [2, 'multi-line'],
|
|
|
'dot-location': [2, 'property'],
|
|
|
'eol-last': 2,
|
|
|
- 'eqeqeq': ["error", "always", {"null": "ignore"}],
|
|
|
+ // 'eqeqeq': ["error", "always", {"null": "ignore"}],
|
|
|
'generator-star-spacing': [2, {
|
|
|
'before': true,
|
|
|
'after': true
|
|
@@ -126,7 +126,7 @@ module.exports = {
|
|
|
'no-return-assign': [2, 'except-parens'],
|
|
|
'no-self-assign': 2,
|
|
|
'no-self-compare': 2,
|
|
|
- 'no-sequences': 2,
|
|
|
+ // 'no-sequences': 2,
|
|
|
'no-shadow-restricted-names': 2,
|
|
|
'no-spaced-func': 2,
|
|
|
'no-sparse-arrays': 2,
|