{ "unicorn/filename-case": [ "error", { "cases": { "kebabCase": true, "pascalCase": true } } ], "unicorn/import-index": [ "error", { "ignoreImports": true } ], "unicorn/no-console-spaces": [ "error" ], "unicorn/prevent-abbreviations": [ "error", { "checkDefaultAndNamespaceImports": "internal", "checkFilenames": true, "checkProperties": true, "checkShorthandImports": "internal", "checkShorthandProperties": true, "checkVariables": true, "extendDefaultReplacements": true, "extendDefaultWhitelist": true, "replacements": {}, "whitelist": {} } ] }