We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0405c1d commit 7813960Copy full SHA for 7813960
.eslintrc.js
@@ -8,8 +8,7 @@ module.exports = {
8
extends: [
9
'plugin:@typescript-eslint/eslint-recommended',
10
'plugin:@typescript-eslint/recommended',
11
- 'prettier',
12
- 'prettier/@typescript-eslint'
+ 'prettier'
13
],
14
root: true,
15
env: {
0 commit comments