Skip to content

Commit

Permalink
chore: comment out ESLint configuration in Rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Jan 29, 2025
1 parent f015d73 commit 54ce7a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ export default {
comments: false,
},
}),
eslint(),
// eslint({
// overrideConfigFile: "./eslint.config.mjs"
// }),
// analyze({
// summaryOnly: true,
// }),
Expand Down

0 comments on commit 54ce7a7

Please sign in to comment.