Browse Source
feat: 修复eslint中mock文件未被引用的报错 (#7543)
Co-authored-by: chenxi <chenxi@wecash.net>
pull/7588/head
ClarkChen
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
tsconfig.json
|
|
|
@ -32,7 +32,8 @@ |
|
|
|
".eslintrc.js", |
|
|
|
".stylelintrc.js", |
|
|
|
".prettierrc.js", |
|
|
|
"jest.config.js" |
|
|
|
"jest.config.js", |
|
|
|
"mock/*" |
|
|
|
], |
|
|
|
"exclude": ["node_modules", "build", "dist", "scripts", "src/.umi/*", "webpack", "jest"] |
|
|
|
} |
|
|
|
|