mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
added rule prefer const to tslint (#13071)
This commit is contained in:
parent
2e1db2ca93
commit
0dc8949352
@ -42,6 +42,7 @@
|
||||
"check-catch",
|
||||
"check-else"
|
||||
],
|
||||
"prefer-const": true,
|
||||
"radix": false,
|
||||
"typedef-whitespace": [true, {
|
||||
"call-signature": "nospace",
|
||||
|
Loading…
Reference in New Issue
Block a user