| 12345678910111213141516 |
- {
- "extends": "./node_modules/aurelia-tools/.eslintrc.json",
- "parserOptions": {
- "ecmaFeatures": {
- "legacyDecorators": true
- }
- },
- "rules": {
- "camelcase": "off",
- "indent": ["warn", 4],
- "key-spacing": "off",
- "padded-blocks": "off",
- "radix": "off",
- "space-infix-ops": "warn"
- }
- }
|