solorice/vscodium/extensions/formulahendry.code-runner-0.11.7/tslint.json
2022-04-28 21:17:01 +03:00

18 lines
388 B
JSON

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