Skip to content

Commit

Permalink
Bump eslint-plugin-n from 15.6.1 to 16.0.0 in /lambda (#584)
Browse files Browse the repository at this point in the history
* Bump eslint-plugin-n from 15.6.1 to 16.0.0 in /lambda

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 15.6.1 to 16.0.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@15.6.1...16.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Disable extraneous import check

Signed-off-by: Jeremy <jsetton@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jeremy <jsetton@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy <jsetton@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jsetton authored Jun 2, 2023
1 parent cd672c1 commit 811657e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 158 deletions.
2 changes: 1 addition & 1 deletion lambda/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"rules": {
"no-console": "warn",
"n/no-missing-import": "off"
"n/no-extraneous-import": "off"
}
}
209 changes: 53 additions & 156 deletions lambda/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"chai-subset": "^1.6.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^4.2.1",
"esmock": "^2.3.1",
"mocha": "^10.2.0",
Expand Down

0 comments on commit 811657e

Please sign in to comment.