Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. /
  2. some.js <-LINT
  3. noLint
  4. file1.js <- NO LINT
  5. file2.js <- NO LINT
  6. subDir
  7. file3.js <- NO LINT
  8.  
  9. {
  10. "validateLineBreaks": false,
  11. "disallowMultipleVarDecl": false,
  12. "validateIndentation": null
  13. }
  14.  
  15. {
  16. "browser": true,
  17. "jquery": true,
  18. "mocha": true,
  19. "node": true,
  20.  
  21. "curly": false,
  22. "eqeqeq": false,
  23. "maxdepth": 99,
  24. "maxerr": 1000,
  25. "undef": false,
  26. "unused": false,
  27. "esversion": 6,
  28. "expr": true
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement