mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 13:16:17 +08:00
commit
495e7f1fc6
|
@ -11,3 +11,4 @@ script/test/cypress
|
|||
_site
|
||||
temp*
|
||||
static/
|
||||
!.prettierrc.js
|
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
|
@ -12,7 +12,6 @@ jobs:
|
|||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
shell: bash
|
||||
- run: npm run lint
|
||||
|
|
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -7,10 +7,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '16'
|
||||
cache: 'npm'
|
||||
- run: npm install
|
||||
shell: bash
|
||||
- run: echo '${{ github.ref }} ... ${{ github.sha }}'
|
||||
|
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -18,3 +18,5 @@ yarn-error.log
|
|||
*.zip
|
||||
.history
|
||||
.stylelintcache
|
||||
yarn.lock
|
||||
package-lock.lock
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
// 一行最多 120 字符
|
||||
// 一行最多 120 字符..
|
||||
printWidth: 120,
|
||||
// 使用 2 个空格缩进
|
||||
tabWidth: 2,
|
||||
|
|
16438
package-lock.json
generated
16438
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -42,7 +42,7 @@
|
|||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^8.2.0",
|
||||
"eslint-plugin-vue": "^7.16.0",
|
||||
"http-proxy-agent": "^5.0.0",
|
||||
"husky": "^7.0.4",
|
||||
"less": "^4.1.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user