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

Commit

Permalink
Remove rules that not fully automatic fixable
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingshan committed Nov 23, 2019
1 parent 3bc1d03 commit 6343c78
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Expand Up @@ -19,9 +19,7 @@ module.exports = {
'no-useless-return': 'off',
'wrap-iife': 'off',
yoda: 'off',
'array-bracket-newline': 'off',
'array-bracket-spacing': 'off',
'array-element-newline': 'off',
'block-spacing': 'off',
'brace-style': 'off',
'capitalized-comments': 'off',
Expand All @@ -31,8 +29,6 @@ module.exports = {
'computed-property-spacing': 'off',
'eol-last': 'off',
'func-call-spacing': 'off',
'function-call-argument-newline': 'off',
'function-paren-newline': 'off',
'implicit-arrow-linebreak': 'off',
indent: 'off',
'jsx-quotes': 'off',
Expand All @@ -50,7 +46,6 @@ module.exports = {
'no-unneeded-ternary': 'off',
'no-whitespace-before-property': 'off',
'nonblock-statement-body-position': 'off',
'object-curly-newline': 'off',
'object-curly-spacing': 'off',
'object-property-newline': 'off',
'one-var-declaration-per-line': 'off',
Expand Down

0 comments on commit 6343c78

Please sign in to comment.