Skip to content

Instantly share code, notes, and snippets.

@findmytrueself
Last active October 6, 2021 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save findmytrueself/f6648f91af0aa3b4feec13ad0a1e29ed to your computer and use it in GitHub Desktop.
Save findmytrueself/f6648f91af0aa3b4feec13ad0a1e29ed to your computer and use it in GitHub Desktop.
An ESLint config to override to the latest well-supported version of JavaScript (ESLint defaults to ES5 syntax-checking)
{
"parserOptions": {
"ecmaVersion": 2017
},
"env": {
"es6": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment