Skip to content

Commit

Permalink
have consistensty for asset includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnoble committed Sep 6, 2024
1 parent 1aa049e commit e284dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import eslintConfig from '@terascope/eslint-config';
// need to probably put this in original eslint-config
// don't lint the dist folder
eslintConfig[0].ignores.push('dist/');
eslintConfig[0].ignores.push('dist/', '**/dist/**');

export default eslintConfig

0 comments on commit e284dde

Please sign in to comment.