We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f651c commit d5725bdCopy full SHA for d5725bd
configs/codely-full.js
@@ -25,8 +25,8 @@ export default [
25
"check-file/folder-naming-convention": [
26
"error",
27
{
28
- // kebab-case and folders with square brackets and parentheses are allowed
29
- "**/*": "+([a-z-\\[\\]\\(\\)])",
+ // kebab-case and folders with numbers and square brackets and parentheses are allowed
+ "**/*": "+([a-z-0-9-\\[\\]\\(\\)])",
30
},
31
],
32
"simple-import-sort/imports": [
0 commit comments