Skip to content

Commit 4a0e8ab

Browse files
authored
(chore) Fix start script by removing eslint-plugin-prettier (#859)
* (chore) Remove eslint-plugin-prettier * Extend Prettier config
1 parent c16d093 commit 4a0e8ab

File tree

3 files changed

+16
-335
lines changed

3 files changed

+16
-335
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"env": {
33
"node": true
44
},
5-
"extends": ["eslint:recommended", "plugin:prettier/recommended", "plugin:@typescript-eslint/recommended"],
5+
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
66
"parser": "@typescript-eslint/parser",
77
"plugins": ["@typescript-eslint"],
88
"ignorePatterns": ["**/*.test.tsx"],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"dotenv": "^16.0.3",
4747
"eslint": "^8.55.0",
4848
"eslint-config-prettier": "^9.1.0",
49-
"eslint-plugin-prettier": "^5.0.1",
5049
"fake-indexeddb": "^4.0.1",
5150
"fork-ts-checker-webpack-plugin": "^7.2.13",
5251
"husky": "^8.0.1",

0 commit comments

Comments
 (0)