diff --git a/client/gatsby-config.js b/client/gatsby-config.js index e6cea388..68f8b469 100644 --- a/client/gatsby-config.js +++ b/client/gatsby-config.js @@ -39,10 +39,10 @@ module.exports = { patterns: [ // The pattern "**/*.{js,jsx,ts,tsx}" is // not used because we will rely on `eslint --fix` - '**/*.{css,scss,less}', - '**/*.{json,json5}', + '**/*.{scss}', + '**/*.{json}', '**/*.{graphql}', - '**/*.{md,mdx}', + '**/*.{md}', '**/*.{html}', '**/*.{yaml,yml}', ],