Skip to content

Commit 5e5bc30

Browse files
chore(deps): update dependency typescript-eslint to v8.42.0 (v2) (#2973)
* chore(deps): update dependency typescript-eslint to v8.42.0 * Switch to `defineConfig`
1 parent f6dca71 commit 5e5bc30

File tree

3 files changed

+67
-66
lines changed

3 files changed

+67
-66
lines changed

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
// SPDX-License-Identifier: MIT
44

55
import eslint from '@eslint/js'
6+
import { defineConfig } from 'eslint/config'
67
import eslintConfigPrettier from 'eslint-config-prettier'
78
import eslintPluginSecurity from 'eslint-plugin-security'
89
import tseslint from 'typescript-eslint'
910

10-
export default tseslint.config(
11+
export default defineConfig(
1112
{
1213
ignores: [
1314
'**/target',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"rollup": "4.50.0",
2424
"tslib": "2.8.1",
2525
"typescript": "5.9.2",
26-
"typescript-eslint": "8.41.0"
26+
"typescript-eslint": "8.42.0"
2727
},
2828
"pnpm": {
2929
"overrides": {

pnpm-lock.yaml

Lines changed: 64 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)