index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
order-watcher
/
tslint.json
blob: 059573ce781aea925d7acc90f54bfdaf330dac1c (
plain
) (
blame
)
1
2
3
4
5
6
{
"rules"
: {
"prefer-readonly"
:
true
},
"extends"
: [
"@0xproject/tslint-config"
]
}