Skip to content

Commit fd9078f

Browse files
authored
chore: Drop support for eslint@6 (#64)
1 parent 8515440 commit fd9078f

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.circleci/config.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -24,33 +24,8 @@ jobs:
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

4728
workflows:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
},

0 commit comments

Comments
 (0)