UNPKG

tslint-config-alloy

Version:
13 lines (12 loc) 301 B
{ "rules": { "no-internal-module": true }, "meta": { "category": "typescript-specific", "description": "禁止使用 `module` 来定义命名空间", "reason": "`module` 已成为 js 的关键字", "ts-only": true, "has-fixer": true } }