aboutsummaryrefslogtreecommitdiffstats
path: root/packages/theme/tslint.json
blob: a2f4dec71e911877999a9656daf7c46486c3912d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "extends": ["tslint-config-airbnb"],
  "rules": {
    "import-name": false,
    "variable-name": false,
    "class-name": false,
    "prefer-array-literal": false,
    "semicolon": [true, "always"],
    "max-line-length": false,
    "ordered-imports": true,
    "object-literal-sort-keys": true
  }
}