summaryrefslogtreecommitdiff
path: root/node_modules/galactus/tslint.json
blob: 65719233e44da25b20c6656b9d233f8e83f0233d (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "defaultSeverity": "error",
    "extends": [
        "tslint:recommended"
    ],
    "jsRules": {},
    "rules": {
      "quotemark": [true, "single", "avoid-escape", "avoid-template"],
      "variable-name": [true, "ban-keywords", "check-format", "allow-leading-underscore"]
    },
    "rulesDirectory": []
}