mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
refactor: lint files under bin folder (#3669)
This commit is contained in:
parent
68dfc60078
commit
7ced73ebdb
@ -55,7 +55,7 @@
|
|||||||
"build:make-start": "node scripts/make-start",
|
"build:make-start": "node scripts/make-start",
|
||||||
"clean": "rimraf dist",
|
"clean": "rimraf dist",
|
||||||
"coverage": "codecov",
|
"coverage": "codecov",
|
||||||
"lint": "eslint --ext .js,.mjs,.vue bin lib test examples",
|
"lint": "eslint --ext .js,.mjs,.vue bin/** lib test examples",
|
||||||
"postinstall": "opencollective postinstall || exit 0",
|
"postinstall": "opencollective postinstall || exit 0",
|
||||||
"prebuild": "yarn clean",
|
"prebuild": "yarn clean",
|
||||||
"security": "nsp check || true",
|
"security": "nsp check || true",
|
||||||
|
Loading…
Reference in New Issue
Block a user