.eslintrc 95 B

123456789
  1. {
  2. "env": {
  3. "mocha": true
  4. },
  5. "globals": {
  6. "expect": true,
  7. "sinon": true
  8. }
  9. }