Skip to content

Commit

Permalink
Chore: Remove unmaintained eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Feb 5, 2024
1 parent 2158ece commit b4a96b0
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 1,362 deletions.
6 changes: 2 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
},
"plugins": ["@typescript-eslint", "@jambit/eslint-plugin-typed-redux-saga"],
"extends": [
"react-app",
"airbnb/whitespace",
"airbnb/hooks",
"plugin:jsdoc/recommended",
Expand Down Expand Up @@ -38,6 +37,8 @@
{ "argsIgnorePattern": "^e$|^theme$|^_", "varsIgnorePattern": "^e$|^theme$|^_" }
],
"lines-between-class-members": ["warn", "always", { "exceptAfterSingleLine": true }],
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": "off",

// temp
"react/prop-types": "off",
Expand Down Expand Up @@ -84,9 +85,6 @@
"ignorePackages",
{ "js": "never", "jsx": "never", "ts": "never", "tsx": "never" }
],
// Replace base rules with typescript-aware rules
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["error"],
// Being explicit about types is sometimes good
"@typescript-eslint/no-inferrable-types": "off",
// We want to enable these eventually
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^48.0.2",
Expand Down
Loading

0 comments on commit b4a96b0

Please sign in to comment.