Browse Source

feat: 修复eslint中mock文件未被引用的报错 (#7543)

Co-authored-by: chenxi <chenxi@wecash.net>
pull/7588/head
ClarkChen 5 years ago
committed by GitHub
parent
commit
2da635f73c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tsconfig.json

3
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"]
}

Loading…
Cancel
Save