2020-02-19 14:05:05 +04:00
|
|
|
{
|
2020-02-19 14:07:31 +04:00
|
|
|
"unicorn/filename-case": [
|
|
|
|
"error",
|
|
|
|
{
|
2020-02-19 15:41:06 +04:00
|
|
|
"cases": {
|
|
|
|
"kebabCase": true,
|
|
|
|
"pascalCase": true
|
|
|
|
}
|
2020-02-19 14:07:31 +04:00
|
|
|
}
|
|
|
|
],
|
2020-02-26 22:01:09 +04:00
|
|
|
"unicorn/import-index": [
|
|
|
|
"error",
|
|
|
|
{
|
|
|
|
"ignoreImports": true
|
|
|
|
}
|
|
|
|
],
|
2020-02-19 14:35:51 +04:00
|
|
|
"unicorn/no-console-spaces": [
|
|
|
|
"error"
|
|
|
|
],
|
2020-03-26 20:04:51 +04:00
|
|
|
"unicorn/prefer-number-properties": [
|
|
|
|
"error"
|
|
|
|
],
|
|
|
|
"unicorn/prefer-set-has": [
|
|
|
|
"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": {}
|
|
|
|
}
|
2020-03-26 20:04:51 +04:00
|
|
|
],
|
|
|
|
"unicorn/string-content": [
|
|
|
|
"error"
|
2020-02-19 14:05:05 +04:00
|
|
|
]
|
|
|
|
}
|