2020-02-19 14:05:05 +04:00
|
|
|
{
|
2020-02-19 14:07:31 +04:00
|
|
|
"unicorn/filename-case": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"kebabCase": true,
|
|
|
|
"pascalCase": true
|
|
|
|
}
|
|
|
|
],
|
2020-02-19 14:35:51 +04:00
|
|
|
"unicorn/no-console-spaces": [
|
|
|
|
"error"
|
|
|
|
],
|
2020-02-19 14:05:05 +04:00
|
|
|
"unicorn/prevent-abbreviations": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"checkDefaultAndNamespaceImports": "internal",
|
|
|
|
"checkFilenames": true,
|
|
|
|
"checkProperties": true,
|
|
|
|
"checkShorthandImports": "internal",
|
|
|
|
"checkShorthandProperties": true,
|
|
|
|
"checkVariables": true,
|
|
|
|
"extendDefaultReplacements": true,
|
|
|
|
"extendDefaultWhitelist": true,
|
|
|
|
"replacements": {},
|
|
|
|
"whitelist": {}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|