aboutsummaryrefslogtreecommitdiff
path: root/src/rules/unicorn/default.json
blob: a6568f7277c26df9dd6e8410d87a4e94efed2d22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "unicorn/prevent-abbreviations": [
    "error",
    {
      "checkDefaultAndNamespaceImports": "internal",
      "checkFilenames": true,
      "checkProperties": true,
      "checkShorthandImports": "internal",
      "checkShorthandProperties": true,
      "checkVariables": true,
      "extendDefaultReplacements": true,
      "extendDefaultWhitelist": true,
      "replacements": {},
      "whitelist": {}
    }
  ]
}