vscode-azure-iot-toolkit/tslint.json

18 строки
388 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"variable-name": [
true,
"ban-keywords",
"check-format",
"allow-pascal-case",
"allow-leading-underscore"
],
"max-line-length": [
true,
200
],
"no-empty": false,
"object-literal-sort-keys": false
}
}