Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami authored Nov 5, 2022
1 parent ef9395b commit 5aba089
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 @@ -23,7 +23,7 @@ module.exports = {
'@typescript-eslint/consistent-type-imports': 'warn',
'@typescript-eslint/no-unused-vars': 'error',
'@typescript-eslint/prefer-as-const': 'warn',
eqeqeq: ['error', 'always'],
'eqeqeq': ['error', 'always'],
'import/default': 'error',
'import/export': 'error',
'import/named': 'error',
Expand Down

0 comments on commit 5aba089

Please sign in to comment.