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.

21 lines
350 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. "appconfig": true,
  13. "appdata": true,
  14. "ROOTPATH": true,
  15. "SERVERPATH": true,
  16. "IS_DEBUG": true
  17. },
  18. "rules": {
  19. "space-before-function-paren": 0
  20. }
  21. }