mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:12:32 +08:00
Tabs to spaces in tslint (#12529)
* tabs to spaces testing commit permisions :) * revert * tabs to spaces
This commit is contained in:

committed by
Torkel Ödegaard

parent
b464a28cca
commit
dca22fd151
@ -2,7 +2,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"no-string-throw": true,
|
"no-string-throw": true,
|
||||||
"no-unused-expression": true,
|
"no-unused-expression": true,
|
||||||
"no-unused-variable": false,
|
"no-unused-variable": false,
|
||||||
"no-use-before-declare": false,
|
"no-use-before-declare": false,
|
||||||
"no-duplicate-variable": true,
|
"no-duplicate-variable": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
|
Reference in New Issue
Block a user