vscode-azure-iot-edge/tslint.json

19 строки
443 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,
"space-within-parens": true
}
}