Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6ecbedc

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

File tree

Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.