ensure stylesheets are included as well, make prettierrc even more inclusive
This commit is contained in:
parent
68b6e27292
commit
f5f6f095c9
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue