Skip to content

Commit

Permalink
chore: disable eslint for public dir in next
Browse files Browse the repository at this point in the history
  • Loading branch information
lsliwaradioluz committed Nov 26, 2024
1 parent 8fd8426 commit eb88169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engineering-toolkit/eslint-config/src/nextjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export function nextjs(config, ...overrides) {
};

return concat(
defineFlatConfig({
ignores: ['**/public/*'],
}),
defineFlatConfig({
files: filesObj.general,
languageOptions: {
Expand Down

0 comments on commit eb88169

Please sign in to comment.