Commit 18dd4cf5 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Update match-regex to fix filename convention

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