mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-11 08:31:30 -04:00
fix(lint): updated slot
This commit is contained in:
parent
65bce59f59
commit
fe8de0b3cf
6 changed files with 15 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
"start": "nuxt-ts start",
|
||||
"generate": "nuxt-ts generate",
|
||||
"lint:commit": "commitlint --from $(git rev-list --max-parents=0 HEAD)",
|
||||
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"lint:js": "eslint --ext .js,.vue --ignore-path=.gitignore --max-warnings=0 .",
|
||||
"lint": "npm run lint:js && npm run lint:commit",
|
||||
"test": "jest"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue