Skip to content

Commit

Permalink
release: 2022-12-06, Version 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
logdnabot committed Dec 6, 2022
1 parent 697525e commit 5fad00b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
## Changelog

# [7.0.0](https://github.com/logdna/eslint-config-logdna/compare/v6.1.2...v7.0.0) (2022-12-06)


### Bug Fixes

* **no-unused-vars**: enforce rule for unused arguments [697525e](https://github.com/logdna/eslint-config-logdna/commit/697525e034c21271b7247f692742e56d437c8a44) - Mike Del Tito, closes: [#26](https://github.com/logdna/eslint-config-logdna/issues/26)


### **BREAKING CHANGES**

* **no-unused-vars:** all named arguments and all positional arguments
_after the last used argument_ will now be checked.

## [6.1.2](https://github.com/logdna/eslint-config-logdna/compare/v6.1.1...v6.1.2) (2022-09-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-logdna",
"version": "6.1.2",
"version": "7.0.0",
"description": "LogDNA's preferred eslint config to be used across all projects",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 5fad00b

Please sign in to comment.