Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "env": {
  3. "node": true,
  4. "mocha": true,
  5. "es6": true
  6. },
  7. extends: "google",
  8. "rules": {
  9. "camelcase": "off",
  10. "indent": ["error", 4, {"SwitchCase": 1}],
  11. "generator-star-spacing": "off",
  12. "require-jsdoc": "off",
  13. "quotes": ["error", "single", {"avoidEscape": true}],
  14. "quote-props": ["error", "consistent"],
  15. "arrow-parens": ["error", "always"],
  16. "new-cap": "warn",
  17. "no-var": "error"
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement