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.

9 年之前
12345678910
  1. {
  2. "extends": "../.jshintrc",
  3. "expr": true,
  4. "jasmine": true,
  5. "globals": {
  6. "before": false,
  7. "after": false,
  8. "expect": true
  9. }
  10. }