mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
1c4ff31d68
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
12 lines
272 B
Text
12 lines
272 B
Text
[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
|