Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Oct 24, 2022
1 parent 7a3467b commit 8695d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
'no-dupe-keys': 'error',
'no-empty-pattern': 'error',
'no-unused-private-class-members': 'error',
'prefer-const': 'error',
'prefer-const': 'warn',
'prettier/prettier': [
'warn',
{},
Expand Down

0 comments on commit 8695d0e

Please sign in to comment.