Releases: square/eslint-plugin-square
Releases · square/eslint-plugin-square
Release 26.0.0
💥 Breaking Change
- #923 Drop Node v16 support (@maxbeatty)
- many dependencies updated to new major versions related to dropping Node v16 support
Committers: 3
- Matt Wilcox (@wilcoxmd)
- Max Beatty (@maxbeatty)
- Ray Cohen (@raycohen)
Release 26.0.0-0
Release 25.0.0
💥 Breaking Change
- #838 Apply TypeScript rules to additional file types (@jose-elias-alvarez)
- #859 chore(deps): bump eslint-plugin-unicorn from 45.0.2 to 46.0.0 (@dependabot[bot])
📝 Documentation
Committers: 2
- Bryan Mishkin (@bmish)
- Jose Alvarez (@jose-elias-alvarez)
Release 24.0.0
💥 Breaking Change
- #829 Warn on unused ESLint disable directives in
base
config (@bmish) - #815 chore(deps): bump eslint-plugin-unicorn from 43.0.2 to 45.0.2 (@dependabot[bot])
- #827 Add
eslint-plugin-jsx-a11y
andeslint-plugin-react-hooks
toreact
config (@atdrago) - #705 Automatically use
import/typescript
config inbase
config for TypeScript files (@bmish)
Committers: 2
Release 23.1.4
Release 23.1.3
Release 23.1.2
🐛 Bug Fix
- #786 Allow all unused vars with leading
_
intypescript
config (@maorleger)
📝 Documentation
Committers: 2
- Bryan Mishkin (@bmish)
- Maor Leger (@maorleger)
Release 23.1.1
Release 23.1.0
🚀 Enhancement
📝 Documentation
- #726 Mention other common linters not included by this plugin in README (@bmish)
- #719 Mention that this needs to be installed alongside our peer dependency ESLint in README (@bmish)
- #718 Mention lint scripts and ways to run linting in README (@bmish)
Committers: 1
- Bryan Mishkin (@bmish)
Release 23.0.2
🐛 Bug Fix
- #706 Ignore assignment in
require-await-function
rule (@bmish) - #702 Handle
.d.ts
files correctly forfilenames/match-exported
rule (@mongoose700)
Committers: 2
- Bryan Mishkin (@bmish)
- Michael Peirce (@mongoose700)