We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22a8ac commit 44c4231Copy full SHA for 44c4231
.eslintrc.js
@@ -7,7 +7,7 @@ module.exports = {
7
'plugin:@typescript-eslint/recommended',
8
'plugin:@typescript-eslint/recommended-requiring-type-checking',
9
],
10
- plugins: ['@typescript-eslint', 'import'],
+ plugins: ['prettier', '@typescript-eslint', 'import'],
11
parser: '@typescript-eslint/parser',
12
parserOptions: {
13
project: './tsconfig.json',
0 commit comments