Skip to content

Commit

Permalink
(chore) Fix start script by removing eslint-plugin-prettier (#859)
Browse files Browse the repository at this point in the history
* (chore) Remove eslint-plugin-prettier

* Extend Prettier config
  • Loading branch information
denniskigen authored Dec 24, 2023
1 parent c16d093 commit 4a0e8ab
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 335 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"node": true
},
"extends": ["eslint:recommended", "plugin:prettier/recommended", "plugin:@typescript-eslint/recommended"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"ignorePatterns": ["**/*.test.tsx"],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"dotenv": "^16.0.3",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"fake-indexeddb": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"husky": "^8.0.1",
Expand Down
Loading

0 comments on commit 4a0e8ab

Please sign in to comment.