ui_migration setup(nodejs) Fix prettier eslint configurations remove workarounds lint:test and lint:test:fix
This commit is contained in:
parent
bf6dcebc16
commit
63991b3425
5 changed files with 22 additions and 18 deletions
|
|
@ -16,8 +16,6 @@
|
|||
"lint:fix": "eslint . --fix --ignore-pattern .gitignore",
|
||||
"lint:style": "stylelint \"src/**/*.{vue,less,css}\" --max-warnings=0",
|
||||
"lint:style:fix": "stylelint \"src/**/*.{vue,less,css}\" --fix",
|
||||
"lint:test": "prettier -c src/tests/unit/*.spec.js",
|
||||
"lint:test:fix": "prettier -w src/tests/unit/*.spec.js",
|
||||
"test:unit": "NODE_OPTIONS=--expose-gc vitest run src/tests/unit/ --no-cache --mode test --detectAsyncLeaks --coverage --isolate=true --pool=forks --silent --logHeapUsage"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue