.eslintrc 139 B

1234567891011
  1. {
  2. "extends": "standard",
  3. "env": {
  4. "browser": true,
  5. "node": true
  6. },
  7. "globals": {
  8. "window": true,
  9. "hexo": true
  10. }
  11. }