Skip to content

Commit

Permalink
chore: Add prefer-object-has-own rule (#7264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Jan 13, 2022
1 parent 2bb40fd commit 7b53978
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord.js/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"prefer-rest-params": "error",
"prefer-spread": "error",
"prefer-template": "error",
"prefer-object-has-own": "error",
"rest-spread-spacing": "error",
"template-curly-spacing": "error",
"yield-star-spacing": "error",
Expand Down

0 comments on commit 7b53978

Please sign in to comment.