Skip to content

Commit

Permalink
✨ feat(data/js/package.json): Tweak filename casing.
Browse files Browse the repository at this point in the history
Allow camelCase and pascalCase.
  • Loading branch information
make-github-pseudonymous-again committed Mar 15, 2021
1 parent b1e09ba commit 33f6e58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,10 @@
"unicorn/filename-case": [
"error",
{{
"case": "camelCase"
"cases": {{
"camelCase": true,
"pascalCase": true
}}
}}
]
}},
Expand Down

0 comments on commit 33f6e58

Please sign in to comment.