diff --git a/packages/html-templates/.eslintrc.js b/packages/html-templates/.eslintrc.js index 4598f94e60..93973320e4 100644 --- a/packages/html-templates/.eslintrc.js +++ b/packages/html-templates/.eslintrc.js @@ -25,7 +25,9 @@ module.exports = { '**/__tests__/*.js', '**/storybook/*.js', '**/jest/*.js', - '*.js', + '**/build/**/*.js', + '**/settings.js', + '**/webpack.config.*.js', ], }, ],