Releases: taskworld/eslint-plugin-local
Releases · taskworld/eslint-plugin-local
v6.0.0
BREAKING CHANGES
- better rule testing outputs (80b987b)
v5.0.1
Bug Fixes
- misspelled eslint.config file (274e139)
v4.2.2
Bug Fixes
- breaking changes in testRunner from ESLint v9 (ca04238)
v4.2.1
Bug Fixes
- could not run "test" command (8afd7be)
v4.2.0
Features
- export type definitions for plugin consumer (e1850fc)
v4.1.1
Bug Fixes
- unexpected argument checking for "test" command when running inside ESLint (e9d5adc)
v4.1.0
Features
- support string in valid test cases (4529598)
v4.0.0
BREAKING CHANGES
- new output format for "test" command (5c086fa)
Features
- support --bail and --silent for "test" command (419ae65)
- filter test cases with
only
across multiple rules (63d2b6c)
v3.2.1
Bug Fixes
- could not use
only
function to filter test cases (4720aeb)