From ff430539d5299de3a066cb8397b302626761a745 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 13 Jul 2020 15:09:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- scripts/frontend/prettier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/frontend') 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. -- cgit v1.2.1