Rest
This commit is contained in:
@@ -1,14 +1 @@
|
||||
import config from "ente-build-config/eslintrc-react.mjs";
|
||||
|
||||
export default [
|
||||
...config,
|
||||
{
|
||||
rules: {
|
||||
/* TODO: */
|
||||
"@typescript-eslint/no-unsafe-assignment": "off",
|
||||
"@typescript-eslint/no-unsafe-return": "off",
|
||||
"@typescript-eslint/no-unsafe-member-access": "off",
|
||||
"@typescript-eslint/no-unsafe-argument": "off",
|
||||
},
|
||||
},
|
||||
];
|
||||
export { default } from "ente-build-config/eslintrc-react.mjs";
|
||||
|
||||
Reference in New Issue
Block a user