.eslintrc.json 86 B

1234567
  1. {
  2. "globals": {
  3. "__dirname": false,
  4. "describe": false,
  5. "it": false
  6. }
  7. }