|
@@ -15,7 +15,7 @@
|
|
},
|
|
},
|
|
"ecmaVersion": 2018,
|
|
"ecmaVersion": 2018,
|
|
"sourceType": "module",
|
|
"sourceType": "module",
|
|
- "project": "./tsconfig.json"
|
|
|
|
|
|
+ "project": ["./tsconfig.json", "./src/setupTests.js"]
|
|
},
|
|
},
|
|
"plugins": ["@typescript-eslint", "prettier"],
|
|
"plugins": ["@typescript-eslint", "prettier"],
|
|
"extends": [
|
|
"extends": [
|
|
@@ -30,7 +30,8 @@
|
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
"jsx-a11y/label-has-associated-control": "off",
|
|
"jsx-a11y/label-has-associated-control": "off",
|
|
"import/prefer-default-export": "off",
|
|
"import/prefer-default-export": "off",
|
|
- "@typescript-eslint/no-explicit-any": "error"
|
|
|
|
|
|
+ "@typescript-eslint/no-explicit-any": "error",
|
|
|
|
+ "react/jsx-props-no-spreading": 0
|
|
},
|
|
},
|
|
"overrides": [
|
|
"overrides": [
|
|
{
|
|
{
|