diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-13 15:09:08 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-13 15:09:08 +0000 |
commit | ff430539d5299de3a066cb8397b302626761a745 (patch) | |
tree | 45d06b279990581c8cee5d4136715572bc696ec4 /scripts/frontend | |
parent | ce34395e91c28f282eeff3792caee84438ebb8a0 (diff) | |
download | gitlab-ce-ff430539d5299de3a066cb8397b302626761a745.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'scripts/frontend')
-rw-r--r-- | scripts/frontend/prettier.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/frontend/prettier.js b/scripts/frontend/prettier.js index 45cdef2ba86..7772f80c233 100644 --- a/scripts/frontend/prettier.js +++ b/scripts/frontend/prettier.js @@ -3,7 +3,7 @@ const prettier = require('prettier'); const fs = require('fs'); const { getStagedFiles } = require('./frontend_script_utils'); -const matchExtensions = ['js', 'vue']; +const matchExtensions = ['js', 'vue', 'graphql']; // This will improve glob performance by excluding certain directories. // The .prettierignore file will also be respected, but after the glob has executed. |