ijl -> brojs

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-11-23 15:04:50 +03:00
parent 8cea7dd0f9
commit 30e5281b4a
5 changed files with 2259 additions and 3120 deletions
+3 -1
View File
@@ -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/**/*']
}
];