diff options
author | Kurkó Mihály <kurkomisi@users.noreply.github.com> | 2017-12-21 23:54:38 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-12-21 23:54:38 +0800 |
commit | 9dbb8ef4aadb8e40aef8b681cf86acd20789abdc (patch) | |
tree | c020de9b45dffa878b1422dce147d9343ed8b59b /dashboard/assets/.flowconfig | |
parent | 52f4d6dd7891191a494f37faa6bce664e202da66 (diff) | |
download | dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar.gz dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar.bz2 dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar.lz dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar.xz dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.tar.zst dexon-9dbb8ef4aadb8e40aef8b681cf86acd20789abdc.zip |
dashboard: integrate Flow, sketch message API (#15713)
* dashboard: minor design change
* dashboard: Flow integration, message API
* dashboard: minor polishes, exclude misspell linter
Diffstat (limited to 'dashboard/assets/.flowconfig')
-rw-r--r-- | dashboard/assets/.flowconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dashboard/assets/.flowconfig b/dashboard/assets/.flowconfig new file mode 100644 index 000000000..8051ae5de --- /dev/null +++ b/dashboard/assets/.flowconfig @@ -0,0 +1,9 @@ +[ignore] +<PROJECT_ROOT>/node_modules/material-ui/.*\.js\.flow + +[libs] +<PROJECT_ROOT>/flow-typed/ +node_modules/jss/flow-typed + +[options] +include_warnings=true |