Created
February 6, 2018 15:26
-
-
Save fdjones/ca6eaefe0a778b77d812504d95c7a9bd to your computer and use it in GitHub Desktop.
This file contains hidden or 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", | |
"extends": "plugin:flowtype/recommended", | |
"plugins": ["eslint-plugin-flowtype"], | |
"settings": { | |
"flowtype": { | |
"onlyFilesWithFlowAnnotation": true | |
} | |
}, | |
"env": { | |
"browser": true, | |
"node": true, | |
"es6": true, | |
"mocha": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment