chore: add eslint prettier

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2022-07-29 20:43:20 +08:00
parent 05dcae511e
commit ba9816e4c1
8 changed files with 958 additions and 65 deletions
+8
View File
@@ -11,9 +11,17 @@
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"@astrojs/vue": "^0.5.0",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "16",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"astro": "^1.0.0-rc.2",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"vue": "^3.2.37"
},
"dependencies": {