Skip to content

Commit

Permalink
fix: Previously deprecated rules are deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
keindev committed Jul 21, 2023
1 parent 70faeeb commit ce7e97c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@
"ignore": [0, 1, 2, 8, 10, 16]
}
],
"@typescript-eslint/no-parameter-properties": "error",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-unnecessary-type-arguments": "warn",
"@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_", "varsIgnorePattern": "^_$" }],
Expand Down

0 comments on commit ce7e97c

Please sign in to comment.