Skip to content

Commit

Permalink
fix: remove no-parameter-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed May 24, 2023
1 parent 292f548 commit a411ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ const pluginTypeScriptRulesExtra = {
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-dynamic-delete": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-parameter-properties": "error",
// "@typescript-eslint/no-unnecessary-type-arguments": "error",
"@typescript-eslint/no-unnecessary-type-constraint": "error",
// "@typescript-eslint/prefer-function-type": "error",
Expand Down

0 comments on commit a411ac4

Please sign in to comment.