antv-l7/tslint.prod.json

9 lines
172 B
JSON
Raw Normal View History

{
"extends": ["./tslint.json"],
"rules": {
"no-implicit-dependencies": true
},
"linterOptions": {
"exclude": ["**/*.d.ts", "**/*.{test,story}.ts{,x}"]
}
}