Skip to content

Commit e30e1d5

Browse files
authored
Merge pull request #53 from LeetCode-OpenSource/greenkeeper/eslint-6.5.1
Update eslint to the latest version πŸš€
2 parents 7c4eaa5 + 22c039e commit e30e1d5

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
@@ -73,7 +73,7 @@
7373
"@typescript-eslint/eslint-plugin": "^2.1.0",
7474
"@typescript-eslint/parser": "^2.0.0",
7575
"codecov": "^3.5.0",
76-
"eslint": "6.5.0",
76+
"eslint": "6.5.1",
7777
"eslint-config-prettier": "^6.0.0",
7878
"eslint-plugin-react": "^7.14.3",
7979
"husky": "^3.0.2",

β€Žyarn.lock

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

3012-
3013-
version "6.5.0"
3014-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.0.tgz#304623eec903969dd5c9f2d61c6ce3d6ecec8750"
3015-
integrity sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==
3012+
3013+
version "6.5.1"
3014+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.1.tgz#828e4c469697d43bb586144be152198b91e96ed6"
3015+
integrity sha512-32h99BoLYStT1iq1v2P9uwpyznQ4M2jRiFB6acitKz52Gqn+vPaMDUTB1bYi1WN4Nquj2w+t+bimYUG83DC55A==
30163016
dependencies:
30173017
"@babel/code-frame" "^7.0.0"
30183018
ajv "^6.10.0"

0 commit comments

Comments
Β (0)