You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
562 B

  1. {
  2. "extends": "standard",
  3. "env": {
  4. "node": true,
  5. "es6": true,
  6. "jest": true
  7. },
  8. "globals": {
  9. "document": false,
  10. "navigator": false,
  11. "window": false,
  12. "app": true,
  13. "appconfig": true,
  14. "appdata": true,
  15. "db": true,
  16. "entries": true,
  17. "git": true,
  18. "lang": true,
  19. "lcdata": true,
  20. "mark": true,
  21. "rights": true,
  22. "search": true,
  23. "upl": true,
  24. "winston": true,
  25. "ws": true,
  26. "Mongoose": true,
  27. "ROOTPATH": true,
  28. "SERVERPATH": true,
  29. "IS_DEBUG": true,
  30. "PROCNAME": true
  31. }
  32. }