Skip to content

Commit

Permalink
Bump @ericcornelissen/eslint-plugin-top from 2.3.1 to 3.0.0 (#1372)
Browse files Browse the repository at this point in the history
* Bump @ericcornelissen/eslint-plugin-top from 2.3.1 to 3.0.0

Bumps [@ericcornelissen/eslint-plugin-top](https://github.com/ericcornelissen/eslint-plugin-top) from 2.3.1 to 3.0.0.
- [Changelog](https://github.com/ericcornelissen/eslint-plugin-top/blob/main/CHANGELOG.md)
- [Commits](ericcornelissen/eslint-plugin-top@v2.3.1...v3.0.0)

---
updated-dependencies:
- dependency-name: "@ericcornelissen/eslint-plugin-top"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update eslint-plugin-top config for v3

Adjust the configuration for the breaking changes of v3 and explicitly
configure all options.

Co-authored-by: Eric Cornelissen <[email protected]>
  • Loading branch information
dependabot[bot] and ericcornelissen authored Dec 29, 2023
1 parent b42cdde commit bf2dd5e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
15 changes: 8 additions & 7 deletions config/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,16 +504,17 @@ rules:
# https://github.com/ericcornelissen/eslint-plugin-top#readme
"@ericcornelissen/top/no-top-level-side-effects":
- error
- allowIIFE: false
- allowedCalls:
- Symbol
allowedNews: []
allowIIFE: false
commonjs: false
"@ericcornelissen/top/no-top-level-variables":
- error
- constAllowed:
- allowed:
- ArrayExpression
- ArrowFunctionExpression
- FunctionExpression
- Literal
- MemberExpression
- TemplateLiteral
kind:
- const
settings:
jsdoc:
ignorePrivate: false
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "0.13.4",
"@ericcornelissen/eslint-plugin-top": "2.3.1",
"@ericcornelissen/eslint-plugin-top": "3.0.0",
"@fast-check/ava": "1.2.1",
"@gitlab-org/jsfuzz": "1.2.2",
"@stryker-mutator/core": "8.0.0",
Expand Down

0 comments on commit bf2dd5e

Please sign in to comment.