File tree 3 files changed +76
-1268
lines changed
3 files changed +76
-1268
lines changed Original file line number Diff line number Diff line change @@ -3,27 +3,7 @@ module.exports = {
3
3
parserOptions : {
4
4
sourceType : 'module'
5
5
} ,
6
- env : {
7
- browser : true ,
8
- node : true ,
9
- jest : true
10
- } ,
11
- extends : 'standard' ,
12
- plugins : [
13
- 'jest'
14
- ] ,
15
- rules : {
16
- // Allow paren-less arrow functions
17
- 'arrow-parens' : 0 ,
18
- // Allow async-await
19
- 'generator-star-spacing' : 0 ,
20
- // Allow debugger during development
21
- 'no-debugger' : process . env . NODE_ENV === 'production' ? 2 : 0 ,
22
- // Do not allow console.logs etc...
23
- 'no-console' : 2
24
- } ,
25
- globals : {
26
- 'jest/globals' : true ,
27
- jasmine : true
28
- }
6
+ extends : [
7
+ "@nuxtjs"
8
+ ]
29
9
}
Original file line number Diff line number Diff line change 60
60
"@babel/core" : " ^7.1.2" ,
61
61
"@commitlint/cli" : " ^7.2.1" ,
62
62
"@commitlint/config-conventional" : " ^7.1.2" ,
63
+ "@nuxtjs/eslint-config" : " ^0.0.1" ,
63
64
"@vue/server-test-utils" : " ^1.0.0-beta.15" ,
64
65
"@vue/test-utils" : " ^1.0.0-beta.15" ,
65
66
"babel-preset-vue-app" : " ^2.0.0" ,
72
73
"eslint-plugin-node" : " ^7.0.1" ,
73
74
"eslint-plugin-promise" : " ^4.0.1" ,
74
75
"eslint-plugin-standard" : " ^4.0.0" ,
76
+ "eslint-plugin-vue" : " ^4.7.1" ,
75
77
"husky" : " ^1.0.0-rc.2" ,
76
78
"jest" : " ^23.6.0" ,
77
79
"jest-serializer-vue" : " ^2.0.2" ,
You can’t perform that action at this time.
0 commit comments