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.

16 lines
234 B

  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "immed": true,
  5. "latedef": true,
  6. "newcap": true,
  7. "noarg": true,
  8. "sub": true,
  9. "undef": true,
  10. "boss": true,
  11. "eqnull": true,
  12. "node": true,
  13. "trailing": true,
  14. "globals": {
  15. "exports": true
  16. }
  17. }