make babel-transpiled overrides more inclusive and reduce conflicts with EE

This commit is contained in:
Mike Greiling 2018-03-23 12:38:06 -05:00
parent 569b06cf20
commit 68b6e27292
No known key found for this signature in database
GPG Key ID: 0303DF507FA67596
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["app/assets/javascripts/*", "spec/javascripts/*"],
"files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"],
"options": {
"trailingComma": "all"
}