Skip to content

Commit

Permalink
fix lint when build binary is present
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Dec 12, 2024
1 parent f4699ce commit 1695e1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import pluginJs from "@eslint/js";

/** @type {import('eslint').Linter.Config[]} */
export default [
{
ignores: ["dist/**"],
},
{
languageOptions:
{
Expand Down

0 comments on commit 1695e1c

Please sign in to comment.