Skip to content
Snippets Groups Projects
Verified Commit 68b6e272 authored by Mike Greiling's avatar Mike Greiling
Browse files

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

parent 569b06cf
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,7 +4,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["app/assets/javascripts/*", "spec/javascripts/*"],
"files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"],
"options": {
"trailingComma": "all"
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment