accent/webapp/tests/tslint.json
Pascal Boutin 13f7fba504
Introduce base setup to support acceptance tests for the webapp (#185)
* Introduce base setup to support acceptance tests for the webapp
2020-05-08 08:01:54 -04:00

8 lines
117 B
JSON

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