aboutsummaryrefslogtreecommitdiff
path: root/src/rules/unicorn/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/unicorn/default.json')
-rw-r--r--src/rules/unicorn/default.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rules/unicorn/default.json b/src/rules/unicorn/default.json
index a6568f7..2530a4a 100644
--- a/src/rules/unicorn/default.json
+++ b/src/rules/unicorn/default.json
@@ -1,4 +1,11 @@
{
+ "unicorn/filename-case": [
+ "error",
+ {
+ "kebabCase": true,
+ "pascalCase": true
+ }
+ ],
"unicorn/prevent-abbreviations": [
"error",
{