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 68563ff

Browse filesBrowse files
committed
build: update eslint config
1 parent 7cbdce6 commit 68563ff
Copy full SHA for 68563ff

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎.eslintrc.js

Copy file name to clipboardExpand all lines: .eslintrc.js
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ module.exports = {
99
},
1010
},
1111
extends: [
12-
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
13-
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
12+
'@vue/typescript/recommended',
13+
'@vue/prettier',
14+
'@vue/prettier/@typescript-eslint',
1415
'eslint:recommended',
16+
'plugin:vue/vue3-essential',
1517
'plugin:vue/vue3-recommended',
1618
],
17-
// plugins: ['@typescript-eslint'],
1819
rules: {
1920
// Place to specify ESLint rules. Can be used to overwrite rules specified from the extended configs
2021
// e.g. "@typescript-eslint/explicit-function-return-type": "off",

0 commit comments

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