Skip to content

Instantly share code, notes, and snippets.

@adrianmcli
Last active December 28, 2021 01:15
Show Gist options
  • Save adrianmcli/f33bbf7dad8cf3775b8178fdd3e18b57 to your computer and use it in GitHub Desktop.
Save adrianmcli/f33bbf7dad8cf3775b8178fdd3e18b57 to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"es6": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
}
}
@adrianmcli
Copy link
Author

The project root is where it should go, but I am not sure if the configuration above is still relevant. Please refer to the ESLint documentation: https://eslint.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment