Releases: Space48/magento2-code-quality
Releases · Space48/magento2-code-quality
1.3.1
- Ignore Magento Commenting and PHP Doc standards
- Lock ECMA standard for eslint
- eslint ignore tailwind, mixins and lib
- Fix compilation bug
- phpcs, phpmd ignore Tests
1.3.0
- Added php 8.4 support
- updated dependencies
- removes StyleLint extension as it does not supports 8.4 yet
Fix "Not a TTY device" issue in precommit hook
1.2.16
Full Changelog: 1.2.15...1.2.16
- Fixed ESlint version to V8
TODO:
Update config files to update to V9
1.2.15
- Fixed "Not a TTY device" error
1.2.14
Added files from app/etc
folder to the exclude list.
1.2.13
What's Changed
- S48-667: Added Blank line before return rule
- Fixed FixerConfig bug
1.2.11
- Added new PhpCs rule: Native Function Invocation