Skip to content

Commit 99d5086

Browse files
committed
feat: enable some more rules
1 parent 91528fe commit 99d5086

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ module.exports = {
5454
'no-console': 'warn',
5555
'no-useless-concat': 'error',
5656
curly: ['error'],
57+
'prefer-const': 'error',
58+
'spaced-comment': ['error', 'always'],
59+
'object-shorthand': ['error', 'always'],
60+
'no-useless-rename': 'error',
5761
},
5862
overrides: [
5963
{

0 commit comments

Comments
 (0)