1234567891011121314151617181920212223 |
- {
- "rules": {
- "whitespace": [
- true,
- "check-branch",
- "check-decl",
- "check-operator",
- "check-module",
- "check-separator",
- "check-rest-spread",
- "check-type",
- "check-typecast",
- "check-type-operator",
- "check-preblock"
- ]
- },
- "meta": {
- "category": "style",
- "description": "限制空格的位置",
- "has-fixer": true,
- "prettier": true
- }
- }
|