Skip to content

Commit

Permalink
ESLint config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Nov 23, 2024
1 parent ec4c084 commit 6cc49e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"standard-with-typescript",
"eslint:recommended",
"plugin:prettier/recommended",
"plugin:security/recommended",
"plugin:security/recommended-legacy",
"plugin:@typescript-eslint/recommended"
],
"plugins": ["@typescript-eslint", "security"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-floating-promises": "off"
}
}

0 comments on commit 6cc49e7

Please sign in to comment.