open-cluster-management.io/governance-policy-propagator@v0.13.0/build/common/config/tslint.json (about)

     1  {
     2      "defaultSeverity": "error",
     3      "extends": [
     4          "tslint:recommended"
     5      ],
     6      "rules": {
     7          "max-line-length": {
     8              "options": [160]
     9          },
    10          "arrow-parens": false,
    11          "new-parens": true,
    12          "no-arg": true,
    13          "no-bitwise": true,
    14          "no-conditional-assignment": true,
    15          "no-consecutive-blank-lines": true,
    16          "no-console": {
    17              "severity": "warning",
    18              "options": ["debug", "info", "log", "time", "timeEnd", "trace"]
    19          },
    20          "no-shadowed-variable": false,
    21          "eofline": false
    22      },
    23      "jsRules": {},
    24      "rulesDirectory": []
    25  }