We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e507091 commit b4bbe72Copy full SHA for b4bbe72
src/config/lintstagedrc.js
@@ -5,7 +5,7 @@ const doctoc = resolveBin('doctoc')
5
6
module.exports = {
7
'README.md': [`${doctoc} --maxlevel 3 --notitle`],
8
- '*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|graphql|mdx|vue)': [
+ '*.+(js|jsx|json|yml|yaml|css|less|scss|ts|tsx|md|gql|graphql|mdx|vue)': [
9
`${kcdScripts} format`,
10
`${kcdScripts} lint`,
11
`${kcdScripts} test --findRelatedTests`,
0 commit comments