mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-28 16:15:49 +00:00
Add flow to api/server/server.js Add flow check to src/api: index, accountinfo, balances, orderbook.. orders, settings, transaction, transactions Add flow typecheck to api/ledger/pathfind Use eslint plugin flowtype to allow flow type annotations Babel-eslint emits errors when using the type keyword. This plugin works around the issue by stripping flow annotations before linting. Source: https://www.npmjs.com/package/eslint-plugin-flowtype Add flow to ledger/parse/account-order, trustline, orderbook-order
15 lines
162 B
Plaintext
15 lines
162 B
Plaintext
[ignore]
|
|
.*/src/api/.*
|
|
.*/src/core/.*
|
|
.*/dist/.*
|
|
.*/test/fixtures/.*
|
|
.*/node_modules/flow-bin/.*
|
|
|
|
[include]
|
|
./node_modules/
|
|
|
|
[libs]
|
|
|
|
[options]
|
|
module.system=node
|