Skip to content

Instantly share code, notes, and snippets.

@gaupoit
Created May 7, 2020 02: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 gaupoit/9695478518cb9c935d9469f815882a5f to your computer and use it in GitHub Desktop.
Save gaupoit/9695478518cb9c935d9469f815882a5f to your computer and use it in GitHub Desktop.
Ymese Eslint
{
"parser": "babel-eslint",
"extends": [
"prettier",
"airbnb"
],
"plugins": [
"react",
"jsx-a11y"
],
"env": {
"browser": true
},
"rules": {
"semi": 2,
"react/jsx-filename-extension" : [
1,
{
"extensions": [ ".js", ".jsx" ]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment