We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74acbe3 commit 62a68f4Copy full SHA for 62a68f4
.eslintrc.js
@@ -2,8 +2,7 @@ module.exports = {
2
extends: [
3
'eslint:recommended',
4
'plugin:@typescript-eslint/eslint-recommended',
5
- 'plugin:@typescript-eslint/recommended',
6
- 'plugin:prettier/recommended'
+ 'plugin:@typescript-eslint/recommended'
7
],
8
parser: '@typescript-eslint/parser',
9
parserOptions: {
.prettierignore
.prettierrc
package.json
@@ -62,10 +62,7 @@
62
"@typescript-eslint/eslint-plugin": "^4.8.1",
63
"@typescript-eslint/parser": "^4.8.1",
64
"eslint": "^7.14.0",
65
- "eslint-config-prettier": "^6.15.0",
66
- "eslint-plugin-prettier": "^3.1.4",
67
"npm-run-all": "^4.1.5",
68
- "prettier": "^2.1.1",
69
"rimraf": "^3.0.2",
70
"typescript": "~4.1.3",
71
"webpack": "^4.42.1",
0 commit comments