Skip to content

Commit

Permalink
build: Eslint - allow devDependencies on build files
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Aug 22, 2023
1 parent 1c2daa4 commit 926b7ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/html-templates/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ module.exports = {
'**/__tests__/*.js',
'**/storybook/*.js',
'**/jest/*.js',
'*.js',
'**/build/**/*.js',
'**/settings.js',
'**/webpack.config.*.js',
],
},
],
Expand Down

0 comments on commit 926b7ea

Please sign in to comment.