mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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",
|
||||
"clean": "rimraf dist",
|
||||
"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",
|
||||
"prebuild": "yarn clean",
|
||||
"security": "nsp check || true",
|
||||
|
Loading…
Reference in New Issue
Block a user