Skip to content

Commit

Permalink
fix: deprecated plugin issue in master (binary-com#3726)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitra-deriv authored Oct 13, 2022
1 parent 2fac93c commit 147e667
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
"plugin:import/errors",
"plugin:import/warnings"
],
"plugins": ["deprecation", "@typescript-eslint", "jest"],
"rules": {
"@typescript-eslint/explicit-module-boundary-types": "off"
"@typescript-eslint/explicit-module-boundary-types": "off",
"deprecation/deprecation": "warn"
},
"parserOptions": {
"project": "./tsconfig.json",
Expand All @@ -28,12 +30,11 @@
}
}
],
"plugins": ["deprecation", "@typescript-eslint", "jest"],
"plugins": ["@typescript-eslint", "jest"],
"rules": {
"strict": 0,
"camelcase": 0,
"no-console": "warn",
"deprecation/deprecation": "warn",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"no-trailing-spaces": [
Expand Down

0 comments on commit 147e667

Please sign in to comment.