feat(unicron): prevent-abbreviations
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
93b869a963
commit
2131004cc8
@ -516,7 +516,7 @@
|
|||||||
- [ ] "prefer-text-content"
|
- [ ] "prefer-text-content"
|
||||||
- [ ] "prefer-trim-start-end"
|
- [ ] "prefer-trim-start-end"
|
||||||
- [ ] "prefer-type-error"
|
- [ ] "prefer-type-error"
|
||||||
- [ ] "prevent-abbreviations"
|
- [X] "prevent-abbreviations"
|
||||||
- [ ] "regex-shorthand"
|
- [ ] "regex-shorthand"
|
||||||
- [ ] "throw-new-error"
|
- [ ] "throw-new-error"
|
||||||
|
|
||||||
|
@ -1 +1,17 @@
|
|||||||
{}
|
{
|
||||||
|
"unicorn/prevent-abbreviations": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"checkDefaultAndNamespaceImports": "internal",
|
||||||
|
"checkFilenames": true,
|
||||||
|
"checkProperties": true,
|
||||||
|
"checkShorthandImports": "internal",
|
||||||
|
"checkShorthandProperties": true,
|
||||||
|
"checkVariables": true,
|
||||||
|
"extendDefaultReplacements": true,
|
||||||
|
"extendDefaultWhitelist": true,
|
||||||
|
"replacements": {},
|
||||||
|
"whitelist": {}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user