UNPKG

tslint-config-alloy

Version:
12 lines (11 loc) 292 B
{ "rules": { "quotemark": [true, "single", "jsx-double", "avoid-template", "avoid-escape"] }, "meta": { "category": "style", "description": "必须使用单引号,jsx 中必须使用双引号", "has-fixer": true, "prettier": true } }