mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
Tabs to spaces in tslint (#12529)
* tabs to spaces testing commit permisions :) * revert * tabs to spaces
This commit is contained in:
parent
b464a28cca
commit
dca22fd151
@ -2,7 +2,7 @@
|
||||
"rules": {
|
||||
"no-string-throw": true,
|
||||
"no-unused-expression": true,
|
||||
"no-unused-variable": false,
|
||||
"no-unused-variable": false,
|
||||
"no-use-before-declare": false,
|
||||
"no-duplicate-variable": true,
|
||||
"curly": true,
|
||||
|
Loading…
Reference in New Issue
Block a user