meshviewer/.eslintrc
2017-02-01 22:13:06 +01:00

14 lines
295 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
"no-extend-native": ["error", { "exceptions": ["String"] }]