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.

13 lines
217 B

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