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

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

View File

@ -2,3 +2,4 @@
/node_modules/
/public/
/vendor/
/tmp/

View File

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