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 8bcf9ab

Browse filesBrowse files
authored
docs: disambiguate (#31)
1 parent 8c37a3a commit 8bcf9ab
Copy full SHA for 8bcf9ab

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
extends: [
3838
'plugin:vue/essential',
3939
'eslint:recommended',
40-
'@vue/typescript'
40+
'@vue/eslint-config-typescript'
4141
]
4242
}
4343
```
@@ -57,7 +57,7 @@ module.exports = {
5757
extends: [
5858
'plugin:vue/essential',
5959
'@vue/airbnb',
60-
'@vue/typescript/recommended',
60+
'@vue/eslint-config-typescript/recommended',
6161

6262
'plugin:prettier/recommended'
6363
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.