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 d605e74 commit 7d213d8Copy full SHA for 7d213d8
README.md
@@ -35,8 +35,6 @@
35
- [x] Standard config
36
- [x] TypeScript config
37
- [x] Prettier config
38
-- [x] Prettier - Standard conflicts removed
39
-- [x] Prettier - TypeScript conflicts removed
40
41
## Installation
42
index.js
@@ -10,9 +10,7 @@ module.exports = {
10
// https://github.com/standard/eslint-config-standard-with-typescript
11
'standard-with-typescript',
12
13
- // https://github.com/prettier/eslint-config-prettier#example-configuration
+ // https://github.com/prettier/eslint-config-prettier#installation
14
'prettier',
15
- 'prettier/@typescript-eslint',
16
- 'prettier/standard',
17
],
18
};
0 commit comments