Try adding linting and formatting to pipeline
parent
a8f8a8fe
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 7 additions, 0 deletions.gitlab-ci.yml
- README.md 4 additions, 3 deletionsREADME.md
- e2e/vue.spec.ts 3 additions, 1 deletione2e/vue.spec.ts
- package.json 2 additions, 1 deletionpackage.json
- postcss.config.js 1 addition, 1 deletionpostcss.config.js
- src/components/Echart.vue 2 additions, 4 deletionssrc/components/Echart.vue
- src/components/List.vue 0 additions, 1 deletionsrc/components/List.vue
... | ... | @@ -10,7 +10,8 @@ |
"test:e2e": "playwright test", | ||
"build-only": "vite build", | ||
"type-check": "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 . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", | ||
"format": "prettier --check ." | ||
}, | ||
"dependencies": { | ||
"@tanstack/vue-table": "^8.7.6", | ||
... | ... |
Please register or sign in to comment