Skip to content

Commit

Permalink
refactor: adjusting the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Nov 28, 2022
1 parent 2449b14 commit 11e8f19
Show file tree
Hide file tree
Showing 4 changed files with 2,778 additions and 49 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
# https://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = crlf
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
27 changes: 3 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.vscode
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

pnpm-lock.yaml
node_modules
dist
34 changes: 16 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,30 @@
"lint": "eslint --fix src",
"format": "prettier --write src"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"ant-design-vue": "^3.2.13",
"vue": "^3.2.41",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"@icon-park/vue-next": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-vue": "^3.2.0",
"ant-design-vue": "^3.2.15",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.6.0",
"eslint-plugin-vue": "^9.8.0",
"less": "^4.1.3",
"pnpm": "^7.14.1",
"postcss": "^8.4.18",
"prettier": "2.7.1",
"pnpm": "^7.17.1",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4",
"vite": "^3.2.1",
"vue-tsc": "^0.40.13"
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-tsc": "^1.0.9"
}
}
Loading

0 comments on commit 11e8f19

Please sign in to comment.