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.

12 lines
203 B

9 years ago
9 years ago
9 years ago
  1. {
  2. "browser": true,
  3. "esnext": true,
  4. "globalstrict": true,
  5. "globals": {
  6. "self": false,
  7. "vAPI": false,
  8. "chrome": false,
  9. "safari": false,
  10. "Components": false // global variable in Firefox
  11. }
  12. }