| 1234567891011121314151617 |
- {
- "globals": {
- "ga": true,
- "chrome": true
- },
- "plugins": ["html", "json"],
- "extends": "elemefe",
- "rules": {
- "no-restricted-globals": ["error", "event", "fdescribe"]
- },
- "parserOptions": {
- "ecmaVersion": 6,
- "ecmaFeatures": {
- "jsx": true
- }
- }
- }
|