Skip to content

Instantly share code, notes, and snippets.

@firecall
Created August 18, 2024 04:41
Show Gist options
  • Save firecall/ccab96d41b7bf507667896c5b6995b51 to your computer and use it in GitHub Desktop.
Save firecall/ccab96d41b7bf507667896c5b6995b51 to your computer and use it in GitHub Desktop.
.eslintrc.yml
# .eslintrc.yml
env:
browser: true
es2021: true
jquery: true
extends:
- standard
parserOptions:
ecmaVersion: latest
rules: {
quotes: ["ignore", "double"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment