.eslintrc.json 81 B

1234567
  1. {
  2. "extends": "standard",
  3. "env": {
  4. "browser": true,
  5. "amd": true
  6. }
  7. }