Skip to content

Commit

Permalink
fix: remove comments in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
emnnipal committed Jul 12, 2023
1 parent 3a9bc0b commit f78f0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"no-prototype-builtins": "off",
"class-methods-use-this": "off",
"linebreak-style": "off",
"no-undef": "off", // set to error for javascript repositories
"no-undef": "off",
"no-console": "error",
"prefer-default-export": "off",
"import/prefer-default-export": "off",
Expand Down Expand Up @@ -67,7 +67,7 @@
"unnamedComponents": "arrow-function"
}
],
"react/require-default-props": "off", // Since we are not using prop-types
"react/require-default-props": "off",
"no-param-reassign": "off",
"@typescript-eslint/naming-convention": [
"error",
Expand Down

0 comments on commit f78f0ac

Please sign in to comment.