RenaiApp/tests/tslint.json

7 lines
84 B
JSON
Raw Normal View History

{
"extends": ["../tslint.json"],
"rules": {
"no-magic-numbers": false
}
}