.eslintrc.json 61 B

1234
  1. {
  2. "extends": "airbnb-base",
  3. "env": { "browser": true }
  4. }