feat(unicron): prevent-abbreviations
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -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": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user