1
0
miroir de https://github.com/mermaid-js/mermaid.git synchronisé 2025-11-03 04:14:15 +01:00
Fichiers
mermaid/tsconfig.eslint.json
Sidharth Vinod afe3f593e1 fix(#4003): Remove unhandled promises
Add eslint rules to check for unhandled promises
Fix all existing unhandled promise issues
2023-01-18 00:47:49 +05:30

10 lignes
309 B
JSON

{
// extend your base config to share compilerOptions, etc
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
},
"include": ["packages", "tests", "scripts", "cypress", "__mocks__", "./.eslintrc.cjs", "./*"]
}