Skip to content

Commit

Permalink
chore: update readme, update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
balsigergil committed Jan 17, 2024
1 parent c0b5c93 commit c54d452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports = {
tsconfigRootDir: __dirname,
},
root: true,
rules: {
"@typescript-eslint/no-explicit-any": "off",
},
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<img alt="License" src="https://img.shields.io/npm/l/bloum?style=for-the-badge">
</a>
<a aria-label="Build status" href="https://github.com/balsigergil/bloum/actions/workflows/playwright.yml">
<img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/balsigergil/bloum/playwright.yml?style=for-the-badge">
<img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/balsigergil/bloum/playwright.yml?style=for-the-badge&label=tests">
</a>
</div>
</div>
Expand Down

0 comments on commit c54d452

Please sign in to comment.