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.

20 lines
310 B

9 years ago
9 years ago
9 years ago
  1. {
  2. "browser": true,
  3. "devel": true,
  4. "eqeqeq": true,
  5. "esversion": 8,
  6. "globals": {
  7. "browser": false,
  8. "self": false,
  9. "chrome": false,
  10. "log": false,
  11. "webext": false,
  12. "vAPI": false,
  13. "µMatrix": false
  14. },
  15. "laxbreak": true,
  16. "strict": "global",
  17. "undef": true,
  18. "unused": true,
  19. "validthis": true
  20. }