Skip to content

Commit

Permalink
Add downgrade of some rules to warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Jun 7, 2024
1 parent ebab271 commit 77fe6b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
},
"plugins": ["jest","prettier"],
"rules": {
"class-methods-use-this": "warn",
"default-param-last": "warn",
"import/prefer-default-export": "off",
"no-console": "off",
"prettier/prettier": ["error"],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"react/prop-types": "warn",
"react/no-unstable-nested-components": "warn",
"react/no-unused-class-component-methods": "warn",
"require-jsdoc": ["error", {
"require": {
"FunctionDeclaration": true,
Expand Down

0 comments on commit 77fe6b8

Please sign in to comment.