mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-09 17:54:22 +00:00
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:
parent
1c7f13c69c
commit
e8ad2ce958
@ -5,5 +5,11 @@
|
|||||||
[libs]
|
[libs]
|
||||||
|
|
||||||
[options]
|
[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=node_modules
|
||||||
module.system.node.resolve_dirname=common
|
module.system.node.resolve_dirname=common
|
||||||
|
module.name_mapper='.*\.(css|less)$' -> 'empty/object'
|
||||||
|
5544
package-lock.json
generated
5544
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -51,6 +51,7 @@
|
|||||||
"check-node-version": "^2.1.0",
|
"check-node-version": "^2.1.0",
|
||||||
"copy-webpack-plugin": "^4.0.1",
|
"copy-webpack-plugin": "^4.0.1",
|
||||||
"css-loader": "^0.28.0",
|
"css-loader": "^0.28.0",
|
||||||
|
"empty": "^0.10.1",
|
||||||
"enzyme": "^2.8.0",
|
"enzyme": "^2.8.0",
|
||||||
"eslint": "^3.16.1",
|
"eslint": "^3.16.1",
|
||||||
"eslint-loader": "^1.7.1",
|
"eslint-loader": "^1.7.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user