Skip to content

Commit

Permalink
remove deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Jan 20, 2025
1 parent 937819b commit 994516c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module.exports = {
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
// e.g. "@typescript-eslint/explicit-function-return-type": "off",
indent: "off",
"@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off",
Expand Down

0 comments on commit 994516c

Please sign in to comment.