Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created February 6, 2018 15:26
Show Gist options
  • Save fdjones/ca6eaefe0a778b77d812504d95c7a9bd to your computer and use it in GitHub Desktop.
Save fdjones/ca6eaefe0a778b77d812504d95c7a9bd to your computer and use it in GitHub Desktop.
{
"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