diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-03-23 12:56:57 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-03-23 12:56:57 -0500 |
commit | f5f6f095c97b5e455d462251369512216a22d2b1 (patch) | |
tree | a4a0511f56930f69b1887a313c2273a8d0e801fb /.prettierrc | |
parent | 68b6e272924b15d90da645f4f67342f111fdfdca (diff) | |
download | gitlab-ce-f5f6f095c97b5e455d462251369512216a22d2b1.tar.gz |
ensure stylesheets are included as well, make prettierrc even more inclusive
Diffstat (limited to '.prettierrc')
-rw-r--r-- | .prettierrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.prettierrc b/.prettierrc index 4b89dea4c65..3384551aea5 100644 --- a/.prettierrc +++ b/.prettierrc @@ -4,7 +4,7 @@ "trailingComma": "es5", "overrides": [ { - "files": ["**/app/assets/javascripts/**/*", "**/spec/javascripts/**/*"], + "files": ["**/app/**/*", "**/spec/**/*"], "options": { "trailingComma": "all" } |