Skip to content

Releases: Coderrob/eslint-config-zero-tolerance

v1.2.2

02 Apr 22:27
fa387e9

Choose a tag to compare

What's Changed

  • chore: update lock by @Coderrob in #29
  • chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /packages/plugin by @dependabot[bot] in #30
  • chore(deps): bump brace-expansion in /packages/plugin by @dependabot[bot] in #31
  • Relax max function lines and move anon jsdoc to optional by @Coderrob in #32
  • Relax max function lines and move anon jsdoc to optional by @Coderrob in #33
  • chore: reorganize helpers and improve rule coverage with shared utilities by @Coderrob in #34
  • chore: update changelog and documentation for no-parent-imports and no-re-export rules; version bump to 1.2.2 by @Coderrob in #35
  • chore: update documentation to specify pnpm as the package manager and clarify installation instructions for the monorepo by @Coderrob in #36

Full Changelog: v1.2.0...v1.2.2

v1.2.0

26 Mar 23:14
f496d1a

Choose a tag to compare

What's Changed

  • feat: enhance rules for JSDoc and readonly parameters with autofix support and improved documentation by @Coderrob in #25
  • feat: update sort-functions rule to correctly move JSDoc comments with sorted declarations and bump version to 1.1.8 by @Coderrob in #26
  • Implement structural updates and optimizations across multiple modules by @Coderrob in #28
  • chore(deps): bump picomatch in /packages/plugin by @dependabot[bot] in #27

Full Changelog: v1.1.6...v1.2.0

v1.1.6

22 Mar 18:29
3cb6b4d

Choose a tag to compare

What's Changed

  • feat: add rules to enforce immutability and readonly typing in TypeScript by @Coderrob in #19
  • Moar lint rules for immutability and bug patch on formatting during automated code fixable operation. by @Coderrob in #23
  • chore(deps): bump flatted from 3.3.3 to 3.4.1 in /packages/plugin by @dependabot[bot] in #22
  • Feature/release 1.1.6 prep by @Coderrob in #24

New Contributors

Full Changelog: v1.1.4...v1.1.6

v1.1.4

11 Mar 03:03
f937fdb

Choose a tag to compare

What's Changed

  • feat: enhance sort-imports rule with additional test cases and improved import grouping logic by @Coderrob in #14
  • feat: update no-parent-imports rule to be opt-in and adjust documentation accordingly by @Coderrob in #15
  • feat: add no-inline-type-import rule to disallow inline TypeScript type imports by @Coderrob in #16
  • chore: breakup restricted rules into three distinct standalone rules by @Coderrob in #17
  • feat: update require-jsdoc-functions rule to recognize JSDoc for exported variable functions and adjust tests accordingly by @Coderrob in #18

Full Changelog: v1.0.1...v1.1.4

v1.0.1

06 Mar 23:47
d732189

Choose a tag to compare

What's Changed

  • feat: add publish scripts for config and plugin, update clean script to use rimraf, and create .npmignore for safe publishing by @Coderrob in #9
  • feat: add GitHub Action for automatic copyright header insertion by @Coderrob in #10
  • chore: add Apache 2.0 license header to all source files and scripts by @Coderrob in #11
  • feat: add TypeScript definitions to exports in package.json for config and plugin by @Coderrob in #12
  • feat: update package names to @Coderrob scope in documentation and codebase by @Coderrob in #13

Full Changelog: v1.0.0...v1.0.1