.eslintrc.json 91 B

1234567
  1. {
  2. "extends": "standard",
  3. "plugins": [
  4. "standard",
  5. "promise"
  6. ]
  7. }