Skip to content

Commit d0b91c6

Browse files
committed
linter
1 parent 15c9ae6 commit d0b91c6

12 files changed

+3868
-60
lines changed

.eslintrc.cjs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* eslint-env node */
2-
require('@rushstack/eslint-patch/modern-module-resolution')
2+
require("@rushstack/eslint-patch/modern-module-resolution");
33

44
module.exports = {
55
root: true,
6-
'extends': [
7-
'plugin:vue/vue3-essential',
8-
'eslint:recommended',
9-
'@vue/eslint-config-prettier'
6+
extends: [
7+
"plugin:vue/vue3-essential",
8+
"eslint:recommended",
9+
"@vue/eslint-config-prettier",
1010
],
1111
parserOptions: {
12-
ecmaVersion: 'latest'
13-
}
14-
}
12+
ecmaVersion: "latest",
13+
},
14+
};

0 commit comments

Comments
 (0)