Skip to content

Commit 6ecbedc

Browse files
committed
docs: use dedicated configs for airbnb & standard integrations
1 parent db7c65e commit 6ecbedc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,14 @@ require("@rushstack/eslint-patch/modern-module-resolution")
6060
module.exports = {
6161
extends: [
6262
'plugin:vue/essential',
63-
'@vue/airbnb',
6463
'@vue/typescript/recommended',
6564

6665
'plugin:prettier/recommended'
6766
]
6867
}
6968
```
69+
70+
### With Other Community Configs
71+
72+
If you are following the [`standard`](https://standardjs.com/) or [`airbnb`](https://github.com/airbnb/javascript/) style guides, don't manually extend from this package.
73+
Please use `@vue/eslint-config-standard-typescript` or `@vue/eslint-config-airbnb-typescript` instead.

0 commit comments

Comments
 (0)