Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
ozziest committed Dec 23, 2023
1 parent cf7c338 commit 475f275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -24,5 +24,5 @@ module.exports = {
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
ignorePatterns: ["dist", "node_modules", "tests/consumers"],
ignorePatterns: ["dist", "node_modules", "tests/consumers", "examples"],
};

0 comments on commit 475f275

Please sign in to comment.