forked from jf7peng/cvlab-vue3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdump.js
56 lines (52 loc) · 1.51 KB
/
dump.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// "eslintConfig": {
// "root": true,
// "env": {
// "node": true
// },
// "extends": [
// "plugin:vue/vue3-essential",
// "eslint:recommended"
// ],
// "parserOptions": {
// "parser": "babel-eslint"
// },
// "rules": {}
// },
// "strict": 2,
// "indent": 0,
// "linebreak-style": 0,
// "quotes": 0,
// "semi": 0,
// "no-cond-assign": 1,
// "no-constant-condition": 1,
// "no-duplicate-case": 1,
// "no-empty": 1,
// "no-ex-assign": 1,
// "no-extra-boolean-cast": 1,
// "no-extra-semi": 1,
// "no-fallthrough": 1,
// "no-func-assign": 1,
// "no-global-assign": 1,
// "no-implicit-globals": 2,
// "no-inner-declarations": ["error", "functions"],
// "no-irregular-whitespace": 2,
// "no-loop-func": 1,
// "no-multi-str": 1,
// "no-mixed-spaces-and-tabs": 1,
// "no-proto": 1,
// "no-sequences": 1,
// "no-throw-literal": 1,
// "no-unmodified-loop-condition": 1,
// "no-useless-call": 1,
// "no-void": 1,
// "no-with": 2,
// "wrap-iife": 1,
// "no-redeclare": 1,
// "no-unused-vars": ["error", { "vars": "all", "args": "none" }],
// "no-sparse-arrays": 1
// devdepencies:
// "babel-eslint": "^10.1.0",
// "eslint": "^8.2.0",
// "eslint-plugin-vue": "^7.0.0"
// "@vue/cli-plugin-babel": "~4.5.0",
// "@vue/cli-plugin-eslint": "~4.5.0",