45 lines
849 B
JSON
45 lines
849 B
JSON
{
|
|
"unicorn/filename-case": [
|
|
"error",
|
|
{
|
|
"cases": {
|
|
"kebabCase": true,
|
|
"pascalCase": true
|
|
}
|
|
}
|
|
],
|
|
"unicorn/import-index": [
|
|
"error",
|
|
{
|
|
"ignoreImports": true
|
|
}
|
|
],
|
|
"unicorn/no-console-spaces": [
|
|
"error"
|
|
],
|
|
"unicorn/prefer-number-properties": [
|
|
"error"
|
|
],
|
|
"unicorn/prefer-set-has": [
|
|
"error"
|
|
],
|
|
"unicorn/prevent-abbreviations": [
|
|
"error",
|
|
{
|
|
"checkDefaultAndNamespaceImports": "internal",
|
|
"checkFilenames": true,
|
|
"checkProperties": true,
|
|
"checkShorthandImports": "internal",
|
|
"checkShorthandProperties": true,
|
|
"checkVariables": true,
|
|
"extendDefaultReplacements": true,
|
|
"extendDefaultWhitelist": true,
|
|
"replacements": {},
|
|
"whitelist": {}
|
|
}
|
|
],
|
|
"unicorn/string-content": [
|
|
"error"
|
|
]
|
|
}
|