Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the eslint group across 1 directory with 2 updates #1128

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions tools/code-style/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/*!
This file is part of CycloneDX JavaScript Library.

Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
distributed under the License is distributed on an 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Expand Down Expand Up @@ -124,6 +124,8 @@ export default [
'@typescript-eslint/unbound-method': ['error', {
ignoreStatic: true,
}],
'class-methods-use-this': 'off',
'@typescript-eslint/class-methods-use-this': 'off',
'tsdoc/syntax': 'error',
},
},
Expand All @@ -150,7 +152,7 @@ export default [
}
},
{
// global ignores must have nothing but a "ignores" property!
// global ignores must have nothing but a 'ignores' property!
// see https://github.com/eslint/eslint/discussions/17429#discussioncomment-6579229
ignores: [
'**/.idea/',
Expand Down
4 changes: 2 additions & 2 deletions tools/code-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@eslint/js": "9.7.0",
"@types/eslint": "^8.56.10",
"eslint": "8.57.0",
"eslint-config-love": "53.0.0",
"eslint-config-love": "56.0.0",
"eslint-plugin-editorconfig": "4.0.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.29.1",
Expand All @@ -20,6 +20,6 @@
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.3.0",
"globals": "^15.7.0",
"typescript-eslint": "7.15.0"
"typescript-eslint": "7.16.0"
}
}
Loading