7.0.3 (2023-12-12)
- deps: eslint-plugin-sensible@3.1.0 533b039 - Eric Satterwhite
7.0.2 (2023-03-29)
- deps: eslint-plugin-sensible@3.0.0 13937d7 - Eric Satterwhite
7.0.1 (2023-03-08)
- deps: eslint-plugin-sensible@3.0.2 b9865bd - Eric Satterwhite
7.0.0 (2022-12-06)
- no-unused-vars: all named arguments and all positional arguments after the last used argument will now be checked.
6.1.2 (2022-09-19)
6.1.1 (2022-09-19)
- dep: eslint-plugin-sensible@3.0.1 647f85b - Eric Satterwhite
6.1.0 (2022-04-30)
- rules: consistent func param newlines 8f57501 - Eric Satterwhite
6.0.0 (2021-11-03)
- deps: eslint-plugin-sensible@3.0.0 d74acfe - Eric Satterwhite
- deps: Minimum eslint version 8.x
- deps: Mimimum node.js version 12.x
5.1.0 (2021-05-31)
- rules: add no-multiple-empty-lines rule 29a8c68 - Mike Del Tito
5.0.0 (2021-04-16)
- rules: switch to tap-no-deprecated-aliases rule 9ee6480 - Mike Del Tito
- rules: Un-aliased tap assertion methods will now be enforced
tap@15.0.0 deprecated the use of aliases for assertion methods, which invalidates the concept of a "preferred" alias. This switches over to a new rule for requiring the use of un-aliased assertion methods.
This rule is auto-fixable, and the changes it enforces are backwards compatible with older versions of tap.
Ref: LOG-9396
4.2.1 (2021-04-16)
- deps: eslint-plugin-sensible@2.3.1 93fd2a4 - Eric Satterwhite
- use semantic-release 1518b41 - Mike Del Tito
- [a0339e7211] - (SEMVER-MINOR) feat(package): enable ecmascript 2020 (Eric Satterwhite)
- [7c980a6458] - docs: include code of conduct and contributing guides (Eric Satterwhite)
- [a9dddd782d] - docs: add @mdeltito as a contributor (Eric Satterwhite)
- [e8c57e06b7] - docs: add @darinspivey as a contributor (Eric Satterwhite)
- [2493b1256f] - docs: add @esatterwhite as a contributor (Eric Satterwhite)
- [1d66479244] - (SEMVER-MINOR) feat(rules): enable rule to dis-allow debugger statements. (Eric Satterwhite)
- [e7bca6ff2b] - chore(deps): eslint@7.19.0 (Eric Satterwhite)
- [9100518359] - chore(deps): eslint-plugin-sensible@2.2.1 (Eric Satterwhite)
- [d1a40f3572] - chore(test): Read fixtures with eslint rather than fs (Darin Spivey)
- [deb2012c76] - (SEMVER-MAJOR) feat(rules)!: func-style disallows function expressions (Darin Spivey) LOG-8207
- [1f665218c7] - feat(test): Fix JUnit file so CI can report errors (Darin Spivey)
- [6f8bcc12ea] - (SEMVER-MINOR) feat(rules): arrow-body-style enforces braces around arrow functions (Darin Spivey) LOG-8207
- [f14276f30e] - (SEMVER-MINOR) feat(rules): arrow-parens are always required (Darin Spivey) LOG-8207
- [f912dc11d0] - chore: Put test fixtures in one directory (Darin Spivey) LOG-8207
- [411e0cac72] - (SEMVER-MINOR) feat: allow unused rest siblings (Michael J. Del Tito) LOG-7154
- [b6f3269db5] - (SEMVER-MAJOR) feat!: add eslint-plugin-logdna and associated config (Mike Del Tito)
- [d399bb2dfc] - fix: add PR source validation to Jenkinsfile (Mike Del Tito) LOG-7712
- [8b63b65158] - fix(doc): add language annotation to code blocks in README (Eric Satterwhite)
- [5caf5796a6] - (SEMVER-MAJOR) feat!: drop max-len rule from 160 to 90 (Eric Satterwhite) LOG-7437
- [4e5f33dc22] - package: Fine-tune the .npmignore file (Darin Spivey)
- [2680d5ca9b] - ci: Test Jenkins publishing (Darin Spivey)
- [fe6c203b19] - (SEMVER-MAJOR) ci: Add NPM_PUBLISH_TOKEN to the release stage (Darin Spivey)
- [380cc94fd1] - fix: Correct missing
mkdir
in Jenkinsfile (Darin Spivey)