We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd1f8c commit 61443ddCopy full SHA for 61443dd
buildchain/package.json
@@ -12,16 +12,23 @@
12
},
13
"devDependencies": {
14
"@rollup/plugin-node-resolve": "^13.0.0",
15
+ "@typescript-eslint/eslint-plugin": "^3.6.1",
16
+ "@typescript-eslint/parser": "^3.6.1",
17
"@vitejs/plugin-vue": "^1.10.0",
18
"@vue/compiler-sfc": "^3.2.0",
19
"autoprefixer": "^10.4.0",
20
+ "eslint": "^7.4.0",
21
+ "eslint-plugin-vue": "^7.2.0",
22
"postcss": "^8.4.0",
23
+ "stylelint": "^13.7.0",
24
+ "stylelint-config-recommended": "^3.0.0",
25
"tailwindcss": "^3.0.0",
26
"vite": "^2.7.0",
27
"vite-plugin-restart": "0.0.2"
28
29
"scripts": {
30
"dev": "vite",
- "build": "vite build"
31
+ "build": "vite build",
32
+ "lint": "tsc --noEmit && eslint '../../src/**/*.{js,ts,vue}' --fix"
33
}
34
0 commit comments