You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
See [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/eslint-plugin) for available rules.
6
6
7
-
This config is specifically designed to be used by Vue CLI setups
7
+
This config is specifically designed to be used by Vue CLI & `create-vue`setups
8
8
and is not meant for outside use (it can be used but some adaptations
9
9
on the user side might be needed - for details see the config file).
10
10
@@ -14,10 +14,10 @@ extended in the same resulting config.
14
14
15
15
## Installation
16
16
17
-
This config requires several peer dependencies. So it's recommended to use the `install-peerdeps` command:
17
+
In order to work around [a known limitation in ESLint](https://github.com/eslint/eslint/issues/3458), we recommend you to use this package alongside `@rushstack/eslint-patch`:
@@ -50,9 +52,11 @@ See the [original documentation](https://github.com/typescript-eslint/typescript
50
52
Some of its rules, however, might conflict with `prettier`.
51
53
So when used alongside other sharable configs, this config should be placed after all other configs except for the one from `eslint-plugin-prettier` in the `extends` array.
0 commit comments