Flow style include fix (#75)

* Attempt to fix the flow include style errors, as outlined in this gist: https://gist.github.com/lambdahands/d19e0da96285b749f0ef (#75)
This commit is contained in:
William O'Beirne 2017-07-27 12:50:29 -04:00 committed by Daniel Ternyak
parent 1c7f13c69c
commit e8ad2ce958
3 changed files with 4881 additions and 670 deletions

View File

@ -5,5 +5,11 @@
[libs]
[options]
module.file_ext=.js
module.file_ext=.json
module.file_ext=.jsx
module.file_ext=.scss
module.file_ext=.less
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=common
module.name_mapper='.*\.(css|less)$' -> 'empty/object'

5544
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,6 +51,7 @@
"check-node-version": "^2.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"empty": "^0.10.1",
"enzyme": "^2.8.0",
"eslint": "^3.16.1",
"eslint-loader": "^1.7.1",