Update match-regex to fix filename convention

This allows us to pass .js.es6 files as valid filenames;
This commit is contained in:
Alfredo Sumaran 2016-11-03 16:15:10 -05:00
parent 055e2ac293
commit 18dd4cf54b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"filenames"
],
"rules": {
"filenames/match-regex": [2, "^[a-z_]+$"]
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
},
"globals": {
"$": false,