Skip to content

Commit e9fa40b

Browse files
authoredFeb 4, 2024··
fix: eslint config (#18)
1 parent d1bfec5 commit e9fa40b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.eslintrc.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ module.exports = {
55
extends: [
66
'eslint:recommended',
77
'plugin:@typescript-eslint/recommended',
8-
'prettier/prettier',
98
'plugin:import/recommended',
109
'plugin:import/typescript',
10+
'prettier',
1111
],
1212
ignorePatterns: [
1313
'.eslintrc.js',
@@ -42,6 +42,6 @@ module.exports = {
4242
},
4343
parserOptions: {
4444
extraFileExtensions: ['.json'],
45-
project: '../tsconfig.json',
45+
project: './tsconfig.json',
4646
},
4747
}

0 commit comments

Comments
 (0)
Please sign in to comment.