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
/
contracts
/
tslint.json
blob: 1bb3ac2a22b81f96cbbc177989a1fd8176842571 (
plain
) (
blame
)
1
2
3
4
5
6
{
"extends"
: [
"@0x/tslint-config"
],
"rules"
: {
"custom-no-magic-numbers"
:
false
}
}