Change tslint config to remove conflicts with prettier
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user