UNPKG

tslint-config-alloy

Version:
11 lines (10 loc) 220 B
{ "rules": { "no-string-literal": true }, "meta": { "category": "functionality", "description": "禁止出现 `foo['bar']`,必须写成 `foo.bar`", "has-fixer": true } }