Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit ddbbd23

Browse files
committed
feat: require object shorthand
BREAKING CHANGE: object-shorthand is now required
1 parent 05dd9ad commit ddbbd23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ module.exports = {
5858
'unicorn/prefer-string-slice': ['error'],
5959
'@typescript-eslint/switch-exhaustiveness-check': ['error'],
6060
'prefer-arrow/prefer-arrow-functions': ['error'],
61+
'object-shorthand': ['error'],
6162
},
6263
env: {
6364
browser: true,

0 commit comments

Comments
 (0)