Skip to content

Commit

Permalink
fix: prefer-number-properties to use unicorn prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jun 17, 2022
1 parent ccc6336 commit 2b032d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ts-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"unicorn/no-await-expression-member": "error",
"unicorn/no-for-loop": "error",
"unicorn/no-instanceof-array": "error",
"prefer-number-properties": "error"
"unicorn/prefer-number-properties": "error"
},
"overrides": [
{
Expand Down

0 comments on commit 2b032d4

Please sign in to comment.