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

ensure stylesheets are included as well, make prettierrc even more inclusive

parent 68b6e272
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,3 +2,4 @@
/node_modules/
/public/
/vendor/
/tmp/
Loading
Loading
@@ -4,7 +4,7 @@
"trailingComma": "es5",
"overrides": [
{
"files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"],
"files": ["**/app/**/*", "**/spec/**/*"],
"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