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 348696d

Browse filesBrowse files
committed
Merge branch 'master' into bundle-deps
2 parents 3ead96d + 8bcf9ab commit 348696d
Copy full SHA for 348696d

File tree

1 file changed

+2
-2
lines changed
Filter options

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
@@ -39,7 +39,7 @@ module.exports = {
3939
extends: [
4040
'plugin:vue/essential',
4141
'eslint:recommended',
42-
'@vue/typescript'
42+
'@vue/eslint-config-typescript'
4343
]
4444
}
4545
```
@@ -60,7 +60,7 @@ require("@rushstack/eslint-patch/modern-module-resolution")
6060
module.exports = {
6161
extends: [
6262
'plugin:vue/essential',
63-
'@vue/typescript/recommended',
63+
'@vue/eslint-config-typescript/recommended',
6464

6565
'plugin:prettier/recommended'
6666
]

0 commit comments

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