This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
meshviewer/.eslintrc

15 lines
320 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
"consistent-return": 0
"no-nested-ternary": 0
"no-extend-native": ["error", { "exceptions": ["String"] }]