Change tslint config to remove conflicts with prettier
This commit is contained in:
parent
2bd8cbb80c
commit
a165f5d25b
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": ["@0xproject/tslint-config"],
|
"extends": ["@0xproject/tslint-config"],
|
||||||
"rules": {
|
"rules": {
|
||||||
"custom-no-magic-numbers": false
|
"custom-no-magic-numbers": false,
|
||||||
|
"semicolon": [true, "always", "ignore-bound-class-methods"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user