fix
This commit is contained in:
parent
64c85ab0a0
commit
edb10ffabe
@ -28,6 +28,8 @@
|
|||||||
"eslint-plugin-standard": "^4.0.1"
|
"eslint-plugin-standard": "^4.0.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"eslint-plugin-import": "^2.20.1"
|
"@scode/eslint-config": "^1.2.32",
|
||||||
|
"eslint-plugin-import": "^2.20.1",
|
||||||
|
"eslint-plugin-node": "^11.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
13
yarn.lock
13
yarn.lock
@ -23,6 +23,17 @@
|
|||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
js-tokens "^4.0.0"
|
js-tokens "^4.0.0"
|
||||||
|
|
||||||
|
"@scode/eslint-config@^1.2.32":
|
||||||
|
version "1.2.32"
|
||||||
|
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-1.2.32.tgz#dec6346c2fb285ead8a3fc072c917fbdb0d25acc"
|
||||||
|
integrity sha512-Itjk5Jb2pmiWUCyA9F3frjxz/6Xk2B/fN6lLp86su1p6wqG75jOhI0XdoqAjAQR+Vdr9xUXGZlAzj2gaAYkuzA==
|
||||||
|
dependencies:
|
||||||
|
eslint-plugin-import "^2.20.1"
|
||||||
|
eslint-plugin-jsdoc "22"
|
||||||
|
eslint-plugin-node "^11.0.0"
|
||||||
|
eslint-plugin-sort-requires-by-path "^1.0.2"
|
||||||
|
eslint-plugin-vue "^6.1.2"
|
||||||
|
|
||||||
"@types/color-name@^1.1.1":
|
"@types/color-name@^1.1.1":
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
|
||||||
@ -360,7 +371,7 @@ eslint-plugin-jsdoc@22:
|
|||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
spdx-expression-parse "^3.0.0"
|
spdx-expression-parse "^3.0.0"
|
||||||
|
|
||||||
eslint-plugin-node@^11.0.0:
|
eslint-plugin-node@^11.0.0, eslint-plugin-node@^11.1.0:
|
||||||
version "11.1.0"
|
version "11.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
|
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
|
||||||
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
|
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
|
||||||
|
Loading…
x
Reference in New Issue
Block a user