You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP

eslint-config-hexo

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-hexo - npm Package Compare versions

Comparing version

to
4.2.0

{
"name": "eslint-config-hexo",
"version": "4.1.0",
"version": "4.2.0",
"description": "ESLint config for Hexo projects",

@@ -14,3 +14,5 @@ "repository": "hexojs/eslint-config-hexo",

"eslint.js",
"test.js"
"test.js",
"ts.js",
"ts-test.js"
],

@@ -26,3 +28,5 @@ "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",

"dependencies": {
"eslint-plugin-node": "^10.0.0"
"eslint-plugin-node": "^11.1.0",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3"
},

@@ -29,0 +33,0 @@ "engines": {