Skip to content

Commit

Permalink
Removed eslint indent rule, it was clashing with prettier's
Browse files Browse the repository at this point in the history
  • Loading branch information
hernan-clich committed Oct 27, 2021
1 parent 7f9a90d commit 31a16de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
}
],
"react/react-in-jsx-scope": "off",
"indent": ["error", 2, { "ignoredNodes": ["JSXElement", "JSXElement *"]}],
"@typescript-eslint/explicit-module-boundary-types": "off",
"no-unused-vars": 0,
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
Expand Down

0 comments on commit 31a16de

Please sign in to comment.