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
269 B

9 years ago
9 years ago
9 years ago
9 years ago
  1. {
  2. "browser": true,
  3. "devel": true,
  4. "eqeqeq": true,
  5. "esnext": true,
  6. "strict": "global",
  7. "undef": true,
  8. "unused": true,
  9. "globals": {
  10. "self": false,
  11. "chrome": false,
  12. "vAPI": false,
  13. "µMatrix": false,
  14. "Components": false // global variable in Firefox
  15. }
  16. }