Mailspring/.flowconfig
Evan Morikawa 1c4ff31d68 feat(flow): Add Flow to Nylas N1
Add flow-typed annotations

Ignore annoying submodules

Add /* @flow */ header to all js & es6 source files

Fix error about having number keys for objects

Remove @flow config from compile-support

Check es6 files

Add jasmine to flow

Revert "Add /* @flow */ header to all js & es6 source files"

This reverts commit c5a57bc402c53633b407b557f28ad12eaa8f27fe.

Update submodule

Add nylas global interface file
2016-10-24 22:44:16 -04:00

13 lines
272 B
Plaintext

[ignore]
<PROJECT_ROOT>/.*\.json$
<PROJECT_ROOT>/.*node_modules/.*node_modules.*
<PROJECT_ROOT>/src/pro/packages/nylas-private-analytics/node_modules/editions/.*
[options]
module.file_ext=.js
module.file_ext=.es6
module.file_ext=.jsx
[include]
<PROJECT_ROOT>/src/global