feat(.eslintrc.js): add prettier

This commit is contained in:
JellyBrick
2023-11-30 11:48:03 +09:00
parent a22a8ac5c9
commit 44c42310f1

View File

@ -7,7 +7,7 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
],
plugins: ['@typescript-eslint', 'import'],
plugins: ['prettier', '@typescript-eslint', 'import'],
parser: '@typescript-eslint/parser',
parserOptions: {
project: './tsconfig.json',