feat: linter and prettier

This commit is contained in:
Alexandr
2022-06-30 17:33:26 +03:00
parent 251ae9bfaa
commit cf3038e401
8 changed files with 2231 additions and 38 deletions

View File

@@ -20,28 +20,31 @@
"serve": "vitepress serve docs",
"build:docs": "vitepress build docs",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"peerDependencies": {
"vue": "^3.2.37"
},
"devDependencies": {
"postcss": "^8.4.6",
"flowbite": "^1.4.2",
"tailwindcss": "^3.0.24",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^1.2.5",
"@vue/tsconfig": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/compiler-sfc": "^3.2.37",
"eslint": "^7.31.0",
"@vue/tsconfig": "^0.1.3",
"class-names": "^1.0.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.14.0",
"eslint-plugin-vue": "^9.1.1",
"flowbite": "^1.4.2",
"postcss": "^8.4.6",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.3",
"vite": "^2.4.3",
"vitepress": "^1.0.0-alpha.4",
"class-names": "^1.0.0"
"vue-eslint-parser": "^9.0.3"
},
"postcss": {
"plugins": {