Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. "plugins": [
  3. "node",
  4. "security"
  5. ],
  6. "extends": [
  7. "eslint:recommended",
  8. "plugin:node/recommended",
  9. "plugin:security/recommended"
  10. ],
  11. "rules": {
  12. "no-console": 0,
  13. "node/exports-style": [
  14. "error",
  15. "module.exports"
  16. ]
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement