mirror of https://github.com/halo-dev/halo-admin
chore: remove the --fix parameter from the lint script
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/581/head
parent
71c87968d9
commit
a18f6f9d28
|
@ -13,7 +13,7 @@
|
|||
"test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'",
|
||||
"test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'",
|
||||
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
|
||||
"story:dev": "histoire dev --port 4000",
|
||||
"story:build": "histoire build"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue