- #378 Add ESLint flat config support (@BePo65)
- #387 rules/terminating-properties: Add
schema
field (@Turbo87) - #248 Detect missing assertions in an arrow body (@jonathanperret)
- #391 Convert test suite to ESM (@Turbo87)
- #390 ESLint: Migrate to flat config internally (@Turbo87)
- #389 CI: Add ESLint 9 to test matrix (@Turbo87)
- #388 Adjust test suite to be compatible with ESLint 9 (@Turbo87)
- #386 Update gitignore from "Node" template (@Turbo87)
- #381 Use current versions of github actions and node in github workflows and package.json (@BePo65)
- Bernhard P. (@BePo65)
- Jonathan Perret (@jonathanperret)
- Tobias Bieniek (@Turbo87)
- #173 Declare ESLint v8 support (@ewanharris)
- #176 CI: Add
release
job (@Turbo87) - #175 Add GitHub Actions config (@Turbo87)
- #128 CI: Check Node 12 and 14 and ESLint 6 and 7 (@Turbo87)
- #100 Improve test coverage (@brettz9)
- #115 Use
nyc
to track test coverage (@brettz9) - #114 Update
yarn.lock
file (@brettz9)
- Brett Zamir (@brettz9)
- Ewan Harris (@ewanharris)
- Tobias Bieniek (@Turbo87)
- #84 Add
no-inner-literal
rule (@brettz9) - #76 Add ESLint peer dependency (@brettz9)
- #71 Add
recommended
config (@brettz9) - #81 no-inner-compare: Add support for
expect(a != b).to.equal(true)
(@brettz9)
- #88 Allow
terminating-properties
withReturnStatement
(@brettz9) - #87 Allow
return
withno-inner-compare
(@brettz9)
- #85 Use ES6 template literals for multiline testing code (@brettz9)
- #77 CI: Add ESLint 6 to test matrix (@brettz9)
- #82 Use ES6 syntax features (@brettz9)
- #83 npm: Add recommended package.json fields (contributors, dependencies) (@brettz9)
- Brett Zamir (@brettz9)
- Tobias Bieniek (@Turbo87)
- #34 CI: Simplify job definition (@Turbo87)
- #33 tests: Use same
espree
version as theeslint
dependency (@Turbo87) - #31 Use yarn instead of npm (@Turbo87)
- Tobias Bieniek (@Turbo87)
- #19 Allow additional terminating properties to be configured (@whamondg)
- #21 Test against eslint version 4 (@thughes)
- #26 Fix expect finder utility (@brokentone)
- #24 Document installation of this package as a devDependency (@astorije)
- #23 Document terminating-properties rule (@whamondg)
- Gordon Whamond (@whamondg)
- Jérémie Astori (@astorije)
- Kenton Jacobsen (@brokentone)
- Tobias Bieniek (@Turbo87)
- Tom Hughes (@thughes)
terminating-properties
: Fix condition
- Add
no-inner-compare
rule - Add
terminating-properties
rule
- Add
missing-assertion
rule