Skip to content
Snippets Groups Projects
Commit 18dd4cf5 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

Update match-regex to fix filename convention

This allows us to pass .js.es6 files as valid filenames;
parent 055e2ac2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z_]+$"]
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
},
"globals": {
"$": false,
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment