Skip to content

Commit eab5588

Browse files
authored
Merge pull request #123 from leviFrosty/lwilkerson/prefer-const
feat: add prefer const
2 parents c4019bf + 44767f2 commit eab5588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

partials/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ module.exports = {
127127
{ 'capIsNewExceptions': [ 'Q' ] },
128128
],
129129
'prefer-regex-literals': 'error',
130+
'prefer-const': 'error',
130131
'no-array-constructor': 'error',
131132
'no-bitwise': 'error',
132133
'no-import-assign': 'error',

0 commit comments

Comments
 (0)