Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support eslint@8 #940

Merged
merged 3 commits into from
Oct 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: bump eslint to avoid 1 config
  • Loading branch information
SimenB committed Oct 14, 2021
commit 766a9f4b6ec96403b0c16399f8387e78f21e868c
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
{
"displayName": "test",
"moduleNameMapper": {
"@eslint/eslintrc/universal": "@eslint/eslintrc/dist/eslintrc-universal.cjs",
"eslint/use-at-your-own-risk": "eslint/lib/unsupported-api.js"
},
"testPathIgnorePatterns": [
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1502,9 +1502,9 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^1.0.2":
version: 1.0.2
resolution: "@eslint/eslintrc@npm:1.0.2"
"@eslint/eslintrc@npm:^1.0.3":
version: 1.0.3
resolution: "@eslint/eslintrc@npm:1.0.3"
dependencies:
ajv: ^6.12.4
debug: ^4.3.2
Expand All @@ -1515,7 +1515,7 @@ __metadata:
js-yaml: ^3.13.1
minimatch: ^3.0.4
strip-json-comments: ^3.1.1
checksum: bc57f1cfb8809552072e8dedf219753972f804c4d3efffbb365946fc1e09218b5e032da91afffee23739f21ecb761e151d72d5058245b5064183735c7a20fffb
checksum: a39f74d764b1b8ba8b05e942ab8dc3684648468180ce453e0ce5669af3d95b9dc18577ff55cc3b58cfed5a5f1bf6182191a740da07572606268eeb2b6fd0402d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4520,11 +4520,11 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:8.0.0, eslint@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.0.0
resolution: "eslint@npm:8.0.0"
"eslint@npm:8.0.1, eslint@npm:^6.0.0 || ^7.0.0 || ^8.0.0":
version: 8.0.1
resolution: "eslint@npm:8.0.1"
dependencies:
"@eslint/eslintrc": ^1.0.2
"@eslint/eslintrc": ^1.0.3
"@humanwhocodes/config-array": ^0.6.0
ajv: ^6.10.0
chalk: ^4.0.0
Expand Down Expand Up @@ -4564,7 +4564,7 @@ __metadata:
v8-compile-cache: ^2.0.3
bin:
eslint: bin/eslint.js
checksum: 68ba2838862782d9cbf6100218cbf0d69873b6d5d1de5860627b5424f067e2145d334810168142452fb93692666aa1cbeb4d0a94eea089a7d54d3ae32e99942c
checksum: 072dde3e188c1274fa92eaf72d233d77b9c6e87ed859dce071b49c243546959ff7aefdb4759abf09841b650ef9d9f013abaae720b0bd64e0e07700ccefaf1208
languageName: node
linkType: hard

Expand Down