Created
September 16, 2018 19:00
-
-
Save janhesters/3eab4541d982a6fd896a8c847d11cab6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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