File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed
Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 2424 - run : yarn lint
2525 - run : yarn test
2626
27- test_eslint :
28- docker :
29- - image : circleci/node
30-
31- parameters :
32- eslint :
33- type : string
34-
35- steps :
36- - checkout
37-
38- - restore_cache :
39- keys :
40- - v1-dependencies-{{ checksum "yarn.lock" }}
41- - v1-dependencies-
42-
43- - run : yarn install --frozen-lock
44- - run : yarn add --dev eslint@<< parameters.eslint >>
45- - run : yarn test
4627
4728workflows :
4829 build_and_test :
4930 jobs :
50- - build
51- - test_eslint :
52- requires :
53- - build
54- matrix :
55- parameters :
56- eslint : ["6", "7"]
31+ - build
Original file line number Diff line number Diff line change 3636 "peerDependencies" : {
3737 "@lwc/eslint-plugin-lwc" : " ^1.0.0" ,
3838 "@salesforce/eslint-plugin-lightning" : " ^0.1.0" ,
39- "eslint" : " ^6 || ^ 7" ,
39+ "eslint" : " ^7" ,
4040 "eslint-plugin-import" : " *" ,
4141 "eslint-plugin-jest" : " *"
4242 },
You can’t perform that action at this time.
0 commit comments