mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-01-21 13:35:24 +00:00
build(eslint): change eslint command to lint .ts files and use gitignore
This commit is contained in:
parent
477bcd8a5c
commit
4cb30a05b3
@ -7,7 +7,7 @@
|
||||
"build": "nuxt-ts build",
|
||||
"start": "nuxt-ts start",
|
||||
"generate": "nuxt-ts generate",
|
||||
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
||||
"lint:js": "eslint --ext .ts,.js,.vue .",
|
||||
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
|
||||
"lint": "yarn lint:js && yarn lint:style",
|
||||
"test": "jest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user