powerbi-models/tslint.json

25 строки
478 B
JSON

{
"extends": "tslint:recommended",
"rules": {
"max-line-length": false,
"member-access": false,
"one-line": [
"check-whitespace",
"check-open-brace"
],
"quotemark": [
"single",
"avoid-escape"
],
"trailing-comma": false,
"whitespace": [
"check-branch",
"check-decl",
"check-operator",
"check-module",
"check-seperator",
"check-type"
],
"object-literal-sort-keys": false
}
}