meshviewer/.eslintrc

9 lines
161 B
Plaintext
Raw Normal View History

2016-05-26 16:37:24 +00:00
---
"extends":
- "defaults/configurations/eslint"
rules:
"semi": ["error", "always"]
"no-undef": 0
"no-console": ["warn", { allow: ["warn", "error"] }]