Skip to content

Commit 12502a8

Browse files
committed
style(config): format code
1 parent 2604e96 commit 12502a8

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

.eslintignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ test/
88
dist/*.hot-update.json
99
dist/index.html
1010
dist/webpack-stats.json
11-
testumdbuild
12-
*.d.ts
11+
*.d.ts
12+
testumdbuild

.lintstagedrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
{
2-
"**/*.+(ts|js|vue)": [
3-
"yarn lint"
4-
]
2+
"**/*.+(ts|js|vue)": ["yarn lint"]
53
}

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[redirects]]
2-
from = "/*"
3-
to = "/index.html"
4-
status = 200
5-
force = false
2+
from = "/*"
3+
to = "/index.html"
4+
status = 200
5+
force = false

tsconfig.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@
3232
"src/**/*.tsx",
3333
"src/**/*.vue",
3434
"tests/**/*.ts",
35-
"tests/**/*.tsx"
36-
, "src/views/locales/zh-CN.ts", "src/views/locales/en.ts", "src/router/index.js" ],
35+
"tests/**/*.tsx",
36+
"src/views/locales/zh-CN.ts",
37+
"src/views/locales/en.ts",
38+
"src/router/index.js"
39+
],
3740
"exclude": [
3841
"node_modules"
3942
]

0 commit comments

Comments
 (0)