Skip to content

Commit 8acfa57

Browse files
nabby27JavierCane
andauthored
feat: allow parentheses in folder naming convention (#12)
* feat: allow parentheses in folder naming convention * chore: update package version * chore: revert manually updating package version leaving the new automation do so --------- Co-authored-by: Javier Ferrer González <javier.ferrer@codely.com>
1 parent 17b1a98 commit 8acfa57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/codely-full.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export default [
2525
"check-file/folder-naming-convention": [
2626
"error",
2727
{
28-
// kebab-case and folders with square brackets are allowed
29-
"**/*": "+([a-z-\\[\\]])",
28+
// kebab-case and folders with square brackets and parentheses are allowed
29+
"**/*": "+([a-z-\\[\\]\\(\\)])",
3030
},
3131
],
3232
"simple-import-sort/imports": [

0 commit comments

Comments
 (0)