meshviewer/.eslintrc
Xaver Maierhofer 5600832305
[TASK] Move to es5 eslint airbnb
Step forward to es6 airbnb
2017-01-30 00:51:12 +01:00

13 lines
233 B
Plaintext

---
"extends":
- "eslint-config-airbnb-es5"
rules:
"no-undef": 0
"no-console": ["warn", { allow: ["warn", "error"] }]
"no-param-reassign": 0
"func-names": 0
"guard-for-in": 0
"no-undefined": 0
"no-nested-ternary": 0