chore(npm): updated lint script

This commit is contained in:
Corentin Thomasset 2022-04-14 01:07:42 +02:00
parent 0a7c3252e3
commit bdcb8badfd
No known key found for this signature in database
GPG key ID: DBD997E935996158

View file

@ -11,7 +11,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.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore"
},
"dependencies": {
"@it-tools/bip39": "^0.0.4",