Skip to content

Instantly share code, notes, and snippets.

@morags
Created July 16, 2021 18:55
Show Gist options
  • Save morags/2d762fd51c5ea4d733756baaf20cc6cc to your computer and use it in GitHub Desktop.
Save morags/2d762fd51c5ea4d733756baaf20cc6cc to your computer and use it in GitHub Desktop.
Basic ESLint configuration for Goldsmith's ITP1
{
"env": {
"browser": true,
"es2021": true
},
"extends": "eslint:recommended",
"rules": {
"no-undef": "off",
"no-unused-vars": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment