Skip to content

Commit

Permalink
fix: 🐛 eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 20, 2022
1 parent c7b9c6b commit 97a884b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,6 @@ module.exports = {
'react/sort-comp': 0,
'react/react-in-jsx-scope': 0,
'react/jsx-one-expression-per-line': 0,
'generator-star-spacing': 0,
'function-paren-newline': 0,
'sort-imports': 0,
'class-methods-use-this': 0,
'no-confusing-arrow': 0,
'linebreak-style': 0,
// Too restrictive, writing ugly code to defend against a very unlikely scenario: https://eslint.org/docs/rules/no-prototype-builtins
'no-prototype-builtins': 'off',
'unicorn/prevent-abbreviations': 'off',
// Conflict with prettier
'arrow-body-style': 0,
'arrow-parens': 0,
'object-curly-newline': 0,
'implicit-arrow-linebreak': 0,
'operator-linebreak': 0,
'no-param-reassign': 2,
'space-before-function-paren': 0,
'react/self-closing-comp': 1,
'react/jsx-key': 1,
},
Expand Down

0 comments on commit 97a884b

Please sign in to comment.