Commit f5f6f095 authored by Mike Greiling's avatar Mike Greiling

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

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