Commit 68b6e272 authored by Mike Greiling's avatar Mike Greiling

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

parent 569b06cf
......@@ -4,7 +4,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["app/assets/javascripts/*", "spec/javascripts/*"],
"files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"],
"options": {
"trailingComma": "all"
}
......
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