Skip to content

Commit

Permalink
Don't lint the "dev-dist" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Oct 22, 2024
1 parent a1fb1e0 commit cb1c115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = {
version: 'detect',
},
},
ignorePatterns: ['/_dist/'],
ignorePatterns: ['/_dist/', '/dev-dist/'],
rules: {
complexity: ['warn', { max: 20 }],
curly: 2,
Expand Down

0 comments on commit cb1c115

Please sign in to comment.