f91c9220a9d9a5fc5c224bb74ac2340b43085335af8597ae61e4e60507ea14a839888cb988b74e0edb8cdf1f8aa6fbf4a0ada9c68d43f877366fe6fd92692a 288 B

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