Releases: Widen/eslint-config
Releases · Widen/eslint-config
[email protected]
[email protected]
[email protected]
Minor Changes
- b3d51d5: Add more Playwright rules
[email protected]
Patch Changes
- 4388b29: Rename
<Badge>
color
prop tostatus
.
[email protected]
Patch Changes
- 79ca703: Ignore errors for
react/no-unknown-property
when using thecss
prop.
[email protected]
Patch Changes
- b38d77e: Remove
overrides
fromwiden/playwright
configuration which was
incorrect.
[email protected]
[email protected]
[email protected]
Minor Changes
- 042b316: Add
widen/playwright
config to allow easily configuring the
Playwright ESLint config.
[email protected]
Patch Changes
- 004c055: Ignore unused variables in destructuring patterns when they start
with an underscore. This has worked historically for JavaScript, but it was
not working properly in TypeScript files.