Skip to content

Commit

Permalink
disallow console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jul 9, 2023
1 parent f4632b4 commit 49b2f18
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 @@ -14,7 +14,7 @@ module.exports = {
ecmaVersiofn: 'latest',
sourceType: 'module',
},
plugins: ['import', 'sort-keys-fix', '@typescript-eslint', 'prettier'],
plugins: ['@typescript-eslint', 'import', 'sort-keys-fix', 'prettier'],
root: true,
rules: {
'@typescript-eslint/consistent-type-imports': 'warn',
Expand Down

0 comments on commit 49b2f18

Please sign in to comment.