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`
This commit is contained in:
renovate[bot]
2025-09-03 10:36:36 +08:00
committed by GitHub
parent f6dca71343
commit 5e5bc30ad0
3 changed files with 67 additions and 66 deletions
+2 -1
View File
@@ -3,11 +3,12 @@
// SPDX-License-Identifier: MIT
import eslint from '@eslint/js'
import { defineConfig } from 'eslint/config'
import eslintConfigPrettier from 'eslint-config-prettier'
import eslintPluginSecurity from 'eslint-plugin-security'
import tseslint from 'typescript-eslint'
export default tseslint.config(
export default defineConfig(
{
ignores: [
'**/target',