.eslintrc 85 B

12345678
  1. {
  2. "env": {
  3. "jasmine": true
  4. },
  5. "globals": {
  6. "waitForUpdate": true
  7. }
  8. }