Skip to content

Commit

Permalink
fix(CI): turned off prettier/prettier :D
Browse files Browse the repository at this point in the history
  • Loading branch information
DuCanhGH committed Aug 4, 2022
1 parent 69e9e87 commit 35fcca7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .eslintrc.js
Expand Up @@ -32,12 +32,7 @@ module.exports = {
"react/prop-types": 0,
"react/react-in-jsx-scope": "off",
"react-hooks/exhaustive-deps": "warn",
"prettier/prettier": [
"error",
{
endOfLine: "crlf",
},
],
"prettier/prettier": "off",
"no-irregular-whitespace": "off",
indent: ["error", 2, { SwitchCase: 1 }],
"linebreak-style": "off",
Expand Down

0 comments on commit 35fcca7

Please sign in to comment.