This commit is contained in:
Alex
2024-03-14 22:31:04 -04:00
parent 4c67de9f72
commit 19b07691fc
6 changed files with 192 additions and 173 deletions

View File

@ -26,10 +26,10 @@ index 883c03b7..0111d616 100644
}
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100644
index ddf7bc56..00000000
index 224ffcb0..00000000
--- a/.eslintrc
+++ /dev/null
@@ -1,248 +0,0 @@
@@ -1,268 +0,0 @@
-{
- "root": true,
- "plugins": [
@ -128,6 +128,7 @@ index ddf7bc56..00000000
- "no-multiple-empty-lines": [2, { "max": 1, "maxEOF": 1, "maxBOF": 0 }],
- "no-return-assign": [2, "always"],
- "no-trailing-spaces": 2,
- "no-use-before-define": [2, { "functions": true, "classes": true, "variables": true }],
- "no-var": 2,
- "object-curly-spacing": [2, "always"],
- "object-shorthand": ["error", "always", {
@ -259,6 +260,25 @@ index ddf7bc56..00000000
- },
- {
- "files": [
- "utils/**", // TODO
- "src/ExportMap.js", // TODO
- ],
- "rules": {
- "no-use-before-define": "off",
- },
- },
- {
- "files": [
- "resolvers/webpack/index.js",
- "resolvers/webpack/test/example.js",
- "utils/parse.js",
- ],
- "rules": {
- "no-console": "off",
- },
- },
- {
- "files": [
- "resolvers/*/test/**/*",
- ],
- "env": {