Skip to content

Commit

Permalink
chore: lint rules
Browse files Browse the repository at this point in the history
shakkernerd committed Nov 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c5168df commit e276b36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/plugin-whatsapp/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -9,11 +9,6 @@ export default [
tsconfigRootDir: import.meta.dirname,
project: "./tsconfig.json",
},
},
rules: {
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-explicit-any": "warn",
"no-console": ["warn", { allow: ["warn", "error"] }],
},
}
},
];

0 comments on commit e276b36

Please sign in to comment.