Update match-regex to fix filename convention
This allows us to pass .js.es6 files as valid filenames;
This commit is contained in:
parent
055e2ac293
commit
18dd4cf54b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"filenames"
|
||||
],
|
||||
"rules": {
|
||||
"filenames/match-regex": [2, "^[a-z_]+$"]
|
||||
"filenames/match-regex": [2, "^[a-z0-9_]+(.js)?$"]
|
||||
},
|
||||
"globals": {
|
||||
"$": false,
|
||||
|
|
Loading…
Reference in a new issue