2018-09-07 20:40:51 +08:00
|
|
|
{
|
|
|
|
"extends": "./node_modules/@chemzqm/tslint-config/tslint.json",
|
|
|
|
"rules": {
|
2020-03-21 16:40:03 +08:00
|
|
|
"no-floating-promises": false,
|
|
|
|
"no-invalid-template-strings": false
|
2018-09-07 20:40:51 +08:00
|
|
|
},
|
|
|
|
"linterOptions": {
|
2019-03-05 23:54:43 +08:00
|
|
|
"exclude": []
|
2018-09-07 20:40:51 +08:00
|
|
|
}
|
|
|
|
}
|