Guest User

Untitled

a guest
Feb 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. {
  2. "parser": "babel-eslint",
  3. "extends": "plugin:flowtype/recommended",
  4. "plugins": ["eslint-plugin-flowtype"],
  5. "settings": {
  6. "flowtype": {
  7. "onlyFilesWithFlowAnnotation": true
  8. }
  9. },
  10. "env": {
  11. "browser": true,
  12. "node": true,
  13. "es6": true,
  14. "mocha": true
  15. }
  16. }
Add Comment
Please, Sign In to add comment