Skip to content

Commit

Permalink
Merge pull request #3 from wizeline/flowtypes-globals
Browse files Browse the repository at this point in the history
added globals values for flow
  • Loading branch information
Charlie authored Oct 2, 2017
2 parents 5bca8b2 + 39d2219 commit 64a5315
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions base/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ module.exports = {
"es6": true,
"node": true
},
"globals": {
"SyntheticEvent": true,
"SyntheticAnimationEvent": true,
"SyntheticClipboardEvent": true,
"SyntheticCompositionEvent": true,
"SyntheticInputEvent": true,
"SyntheticUIEvent": true,
"SyntheticFocusEvent": true,
"SyntheticKeyboardEvent": true,
"SyntheticMouseEvent": true,
"SyntheticDragEvent": true,
"SyntheticWheelEvent": true,
"SyntheticTouchEvent": true,
"SyntheticTransitionEvent": true
},
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread": true
Expand Down

0 comments on commit 64a5315

Please sign in to comment.