Skip to content

Commit

Permalink
fix eslint config ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Dec 1, 2024
1 parent 174b37f commit 6cc98fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-whatsapp/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export default [
...eslintGlobalConfig,
{
files: ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
ignores: ["**/node_modules/**", "**/dist/**"],
},
];

0 comments on commit 6cc98fb

Please sign in to comment.