123456789101112131415 |
- {
- "extends": "standard",
- "env": {
- "browser": true,
- "node": false
- },
- "globals": {
- "window": true,
- "hexo": true
- },
- "rules": {
- "key-spacing": [2, { "align": "colon" }],
- "no-multi-spaces": [2, { "exceptions": { "Property": true, "VariableDeclarator": true, "ImportDeclaration": true}}]
- }
- }
|