antv-l7/tslint.prod.json

11 lines
247 B
JSON
Raw Normal View History

2019-12-07 20:25:52 +08:00
{
"extends": ["./tslint.json"],
"rules": {
"no-implicit-dependencies": false
},
"linterOptions": {
2021-01-12 11:36:52 +08:00
"exclude": ["packages/l7/node_modules/**","**/*.d.ts", "**/data/*.ts", "**/*.{test,story}.ts{,x}", "node_modules/**/*.d.ts"]
}
2019-11-06 11:57:42 +08:00
}