UNPKG

tslint-config-alloy

Version:
12 lines (11 loc) 274 B
{ "rules": { "prefer-const": false }, "meta": { "category": "maintainability", "description": "申明后不再被修改的变量必须使用 `const` 来申明", "reason": "没必要强制要求", "has-fixer": true } }