Skip to content

Commit

Permalink
feat: Require shorthand object properties when appropriate (#263)
Browse files Browse the repository at this point in the history
anthony-j-castro authored Oct 22, 2024
1 parent 19b35d9 commit de74684
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/eslint.js
Original file line number Diff line number Diff line change
@@ -14,5 +14,6 @@ module.exports = {
],
},
],
"object-shorthand": "error",
radix: ["error", "always"],
};

0 comments on commit de74684

Please sign in to comment.