10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"extends": ["@0x/tslint-config"],
|
|
"rules": {
|
|
"custom-no-magic-numbers": false
|
|
},
|
|
"linterOptions": {
|
|
"exclude": ["src/artifacts.ts", "test/artifacts.ts"]
|
|
}
|
|
}
|