UNPKG

tslint-config-alloy

Version:
12 lines (11 loc) 383 B
{ "rules": { "no-namespace": [true, "allow-declarations"] }, "meta": { "category": "typescript-specific", "description": "禁止使用 `namespace` 来定义命名空间", "reason": "使用 es6 引入模块,才是更标准的方式。\n允许使用 `declare namespace ... {}` 来定义外部命名空间", "ts-only": true } }