chore(tslint.json): semicolon rule expects an array
This commit is contained in:
parent
76dd026447
commit
a2d35641e3
|
@ -4,7 +4,7 @@
|
||||||
"duplicateModuleImport": true,
|
"duplicateModuleImport": true,
|
||||||
"enforce-copyright-header": true,
|
"enforce-copyright-header": true,
|
||||||
"no-duplicate-variable": true,
|
"no-duplicate-variable": true,
|
||||||
"semicolon": true,
|
"semicolon": [true],
|
||||||
"variable-name": [true, "ban-keywords"]
|
"variable-name": [true, "ban-keywords"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue