ijl -> brojs
This commit is contained in:
+3
-1
@@ -3,7 +3,6 @@ import pluginJs from "@eslint/js";
|
||||
import tseslint from "typescript-eslint";
|
||||
import pluginReactConfig from "eslint-plugin-react/configs/recommended.js";
|
||||
|
||||
|
||||
export default [
|
||||
{languageOptions: { globals: globals.browser }},
|
||||
pluginJs.configs.recommended,
|
||||
@@ -20,5 +19,8 @@ export default [
|
||||
"@typescript-eslint/no-explicit-any": "off"
|
||||
},
|
||||
ignores: ["src/index.tsx"]
|
||||
},
|
||||
{
|
||||
ignores: ['stubs/**/*']
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user