Skip to content

Commit 7d213d8

Browse files
committed
feat(eslint): remove prettier/* from eslint config as included in prettier itself
1 parent d605e74 commit 7d213d8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
- [x] Standard config
3636
- [x] TypeScript config
3737
- [x] Prettier config
38-
- [x] Prettier - Standard conflicts removed
39-
- [x] Prettier - TypeScript conflicts removed
4038

4139
## Installation
4240

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ module.exports = {
1010
// https://github.com/standard/eslint-config-standard-with-typescript
1111
'standard-with-typescript',
1212

13-
// https://github.com/prettier/eslint-config-prettier#example-configuration
13+
// https://github.com/prettier/eslint-config-prettier#installation
1414
'prettier',
15-
'prettier/@typescript-eslint',
16-
'prettier/standard',
1715
],
1816
};

0 commit comments

Comments
 (0)