Releases: chiefmikey/eslint-plugin-disable-autofix
Releases · chiefmikey/eslint-plugin-disable-autofix
v3.1.1
What's Changed
- fix: handle running eslint within a monorepo by @mattlewis92 in #7
- fix: handle more types of scoped eslint plugins by @mattlewis92 in #8
New Contributors
- @mattlewis92 made their first contribution in #7
Full Changelog: 3.0.0...v3.1.1
v3.0.0
- Rewritten in TS
- Updated dependencies (ESLint: ^8)
- Cleaned up functionality
- Compiled with TSC
v0.1.6
Delete .github/workflows directory
v0.1.4
- Update README.md
v0.1.3
Performing as expected but can be refactored for deeper stability, accessibility, compatibility and efficiency:
- refactor absolute paths
- refactor Object.assign()
- refactor Object.keys().forEach()
- incorporate lazy loading for plugins
- more dynamic plugin filtering compatibility