File tree 4 files changed +8
-38
lines changed
tests/integrations/eslint-plugin-import
4 files changed +8
-38
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ workflows:
5
5
- node-v8
6
6
- node-v10
7
7
- node-v12
8
- - node-v12-minimal
9
8
10
9
version : 2
11
10
jobs :
43
42
<< : *node-base
44
43
docker :
45
44
- image : node:12
46
-
47
- node-v12-minimal :
48
- docker :
49
- - image : node:12
50
- steps :
51
- - run :
52
- name : Versions
53
- command : npm version
54
- - checkout
55
- - restore_cache :
56
- keys :
57
- - v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
58
- - run :
59
- name : Install dependencies
60
- command : npm install
61
- - save_cache :
62
- key : v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
63
- paths :
64
- - node_modules
65
- - run :
66
- name : Install eslint 5
67
- command : |
68
- # We need to execute this command twice because of npm's bug.
69
- # See also: https://npm.community/t/error-node-modules-staging-eslint-e7cf6846-node-modules-eslint
70
-
71
-
72
- - run :
73
- name : Test
74
- command : npm test
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ yarn add -D eslint eslint-plugin-vue
18
18
```
19
19
20
20
::: tip Requirements
21
- - ESLint v5 .0.0 or later
22
- - Node.js v6.5 .0 or later
21
+ - ESLint v6 .0.0 and above
22
+ - Node.js v8.10 .0 and above
23
23
:::
24
24
25
25
## :book : Usage
Original file line number Diff line number Diff line change 40
40
"url" : " https://github.com/vuejs/eslint-plugin-vue/issues"
41
41
},
42
42
"engines" : {
43
- "node" : " >=6.5 "
43
+ "node" : " >=8.10 "
44
44
},
45
45
"peerDependencies" : {
46
46
"eslint" : " ^5.0.0 || ^6.0.0"
50
50
},
51
51
"devDependencies" : {
52
52
"@types/node" : " ^4.2.16" ,
53
- "@typescript-eslint/parser" : " ^1.11.0 " ,
54
- "acorn" : " ^7.0 .0" ,
53
+ "@typescript-eslint/parser" : " ^2.6.1 " ,
54
+ "acorn" : " ^7.1 .0" ,
55
55
"babel-eslint" : " ^10.0.2" ,
56
56
"chai" : " ^4.1.0" ,
57
57
"eslint" : " ^6.0.0" ,
58
58
"eslint-plugin-eslint-plugin" : " ^2.0.1" ,
59
59
"eslint-plugin-vue-libs" : " ^4.0.0" ,
60
60
"eslint-plugin-vue" : " file:." ,
61
- "eslint4b" : " ^5.1 .0" ,
61
+ "eslint4b" : " ^6.6 .0" ,
62
62
"lodash" : " ^4.17.4" ,
63
63
"mocha" : " ^5.2.0" ,
64
64
"nyc" : " ^12.0.2" ,
Original file line number Diff line number Diff line change 8
8
"author" : " Toru Nagashima (https://github.com/mysticatea)" ,
9
9
"license" : " MIT" ,
10
10
"dependencies" : {
11
- "eslint" : " ~3.19 .0" ,
12
- "eslint-plugin-import" : " ~2.3.0 " ,
11
+ "eslint" : " ~6.0 .0" ,
12
+ "eslint-plugin-import" : " ~2.18.2 " ,
13
13
"eslint-plugin-vue" : " file:../../.."
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments