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