Skip to content

Releases: sbnc-eu/eslint-plugin-sbnc-rules

New exceptions for `space-in-parens`

05 May 23:13
0ea67b5
Compare
Choose a tag to compare

Added

  • space-in-parens rule now supports two new exceptions to replace the quirky bracket sides. It is recommended to switch to bracket unclosed or bracket within instead. See docs/rules/space-in-parens.md form more info.

Improved documentation

17 Apr 16:38
Compare
Choose a tag to compare

Changed

  • added missing option to README.md

Added support for Objects

17 Apr 16:26
Compare
Choose a tag to compare

Added

  • padded-blocks rule now can handle Objects as well using the "includeObjects": true option.

Fixed

  • 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

First release

17 Apr 01:09
Compare
Choose a tag to compare

Notes

This is a stable, tested release technically suitable for production use, however it is possible that the custom options may be changed or extended thus it is kept as v0.x for now.

Changes

Added

  • ESLint plugin base code
  • Two rules with customized options: padded-blocks, space-in-parens