Skip to content

Commit

Permalink
simplify eslint after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinewg committed Feb 13, 2024
1 parent 767861d commit 5d6979a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
6 changes: 1 addition & 5 deletions packages/eslint-config-custom/index.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
module.exports = {
"root": true,
"extends": [
"plugin:you-dont-need-lodash-underscore/compatible",
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
"plugin:vitest/recommended",
"plugin:security/recommended"
"plugin:vitest/recommended"
],
"plugins": [
"@typescript-eslint",
"vitest",
"security",
"node"
],
"rules": {
Expand All @@ -29,7 +26,6 @@ module.exports = {
"@typescript-eslint/semi": "warn",
"@typescript-eslint/no-use-before-define": "error",
"@typescript-eslint/no-namespace": "warn",
"security/detect-object-injection": "warn",
"no-var": "error",
"no-console": "warn",
"camelcase": "off",
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-security": "^2.1.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
"typescript": "^5.3.3"
},
"publishConfig": {
Expand Down
34 changes: 0 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d6979a

Please sign in to comment.