All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
(nothing right now)
0.2.1 - 2023-10-16
- Updated dependencies and did
audit fix
to minimise security concerns.
0.2.0 - 2023-05-06
space-in-parens
rule now supports two new exceptions to replace the quirkybracket sides
. It is recommended to switch tobracket unclosed
orbracket within
instead. See docs/rules/space-in-parens.md form more info.
0.1.2 - 2022-04-17
- added missing option to README.md
0.1.1 - 2022-04-17
padded-blocks
rule now can handle Objects as well using the"includeObjects": true
option.
padded-blocks
rule detection of padding lines incorrectly detected a block to include paddings if an object inside the block contained paddings, but the block itself did not
0.1.0 - 2022-04-17
- ESLint plugin base code
- Two rules with customized options:
padded-blocks
,space-in-parens