File tree Expand file tree Collapse file tree 4 files changed +1013
-1171
lines changed
Expand file tree Collapse file tree 4 files changed +1013
-1171
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22jobs :
33 build :
44 docker :
5- - image : circleci/node:8
5+ - image : circleci/node:10
66
77 steps :
88 - checkout
2020 key : v1-dependencies-{{ checksum "yarn.lock" }}
2121
2222 - run : yarn format -- --list-different
23- - run : yarn test
23+ - run : yarn test
Original file line number Diff line number Diff line change 1717 },
1818 "dependencies" : {
1919 "@lwc/eslint-plugin-lwc" : " ^0.8.0" ,
20- "babel-eslint" : " ^10.0.1 " ,
21- "eslint-plugin-import" : " ^2.14.0 " ,
22- "eslint-plugin-jest" : " ^22.0 .0" ,
20+ "babel-eslint" : " ^10.0.3 " ,
21+ "eslint-plugin-import" : " ^2.20.1 " ,
22+ "eslint-plugin-jest" : " ^23.6 .0" ,
2323 "eslint-restricted-globals" : " ^0.2.0"
2424 },
2525 "devDependencies" : {
26- "eslint" : " ^5.16 .0" ,
27- "husky" : " ^1 .2.0 " ,
28- "lint-staged" : " ^8.1.0 " ,
29- "mocha" : " ^5.2.0 " ,
30- "prettier" : " ^1.15.2 "
26+ "eslint" : " ^6.8 .0" ,
27+ "husky" : " ^4 .2.1 " ,
28+ "lint-staged" : " ^10.0.7 " ,
29+ "mocha" : " ^7.0.1 " ,
30+ "prettier" : " ^1.19.1 "
3131 },
3232 "peerDependencies" : {
33- "eslint" : " ^5 .0.0"
33+ "eslint" : " ^6 .0.0"
3434 },
3535 "repository" : {
3636 "type" : " git" ,
3737 "url" : " https://github.com/salesforce/eslint-config-lwc.git"
3838 },
3939 "engines" : {
40- "node" : " >=8 .0.0"
40+ "node" : " >=10 .0.0"
4141 },
4242 "files" : [
4343 " lib" ,
5656 " eslint"
5757 ],
5858 "*.{js,md}" : [
59- " prettier --write" ,
60- " git add"
59+ " prettier --write"
6160 ]
6261 },
62+ "mocha" : {
63+ "slow" : 500
64+ },
6365 "prettier" : {
6466 "printWidth" : 100 ,
6567 "tabWidth" : 4 ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments