Skip to content

Instantly share code, notes, and snippets.

@firecall
Created August 18, 2024 04:41
.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