Skip to content

Instantly share code, notes, and snippets.

@janhesters
Created September 16, 2018 19:00
Show Gist options
  • Save janhesters/3eab4541d982a6fd896a8c847d11cab6 to your computer and use it in GitHub Desktop.
Save janhesters/3eab4541d982a6fd896a8c847d11cab6 to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"env": {
"browser": true,
"jest": true
},
"plugins": ["react"],
"extends": ["eslint:recommended", "plugin:react/recommended"],
"rules": {},
"globals": {
"require": false,
"module": false,
"Promise": false,
"device": false,
"element": false,
"jasmine": false,
"by": false,
"Set": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment