Skip to content

Commit 8d56770

Browse files
authored
Merge pull request #43 from LeetCode-OpenSource/greenkeeper/eslint-6.3.0
Update eslint to the latest version πŸš€
2 parents 12f0cd9 + 98d96e7 commit 8d56770

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@typescript-eslint/eslint-plugin": "^1.13.0",
7373
"@typescript-eslint/parser": "^2.0.0",
7474
"codecov": "^3.5.0",
75-
"eslint": "6.2.2",
75+
"eslint": "6.3.0",
7676
"eslint-config-prettier": "^6.0.0",
7777
"eslint-plugin-react": "^7.14.3",
7878
"husky": "^3.0.2",

β€Žyarn.lockβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2956,10 +2956,10 @@ eslint-visitor-keys@^1.1.0:
29562956
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
29572957
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
29582958

2959-
eslint@6.2.2:
2960-
version "6.2.2"
2961-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
2962-
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
2959+
eslint@6.3.0:
2960+
version "6.3.0"
2961+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.3.0.tgz#1f1a902f67bfd4c354e7288b81e40654d927eb6a"
2962+
integrity sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==
29632963
dependencies:
29642964
"@babel/code-frame" "^7.0.0"
29652965
ajv "^6.10.0"

0 commit comments

Comments
Β (0)