Skip to content

Commit

Permalink
update eslint no-inferrable-type rule
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 21, 2023
1 parent 983da4b commit 1f2abae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"no-prototype-builtins": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-inferrable-types": "off"
"@typescript-eslint/no-inferrable-types": ["error", { "ignoreParameters": true, "ignoreProperties": true }]
}
}

0 comments on commit 1f2abae

Please sign in to comment.