Skip to content

Commit

Permalink
update .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
South-Paw committed Nov 7, 2020
1 parent 56dc4b9 commit e6e1ce2
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,13 @@
"project": "./tsconfig.json"
},
"rules": {
"@typescript-eslint/no-empty-interface": "off",
// "@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
// "@typescript-eslint/indent": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
// "@typescript-eslint/quotes": "off",
// "import/named": "off",
"import/no-cycle": "off",
"import/prefer-default-export": "off",
"jsx-a11y/accessible-emoji": "off",
// "no-console": "off",
// "no-underscore-dangle": "off",
// "react/jsx-curly-newline": "off",
// "react/jsx-one-expression-per-line": "off",
"react/jsx-props-no-spreading": "off"
// "react/jsx-wrap-multilines": "off"
},
"overrides": [
{
Expand Down

0 comments on commit e6e1ce2

Please sign in to comment.