Skip to content

Commit 99fb097

Browse files
chore(deps): update dependency eslint-define-config to v2 (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arnaud Barré <[email protected]>
1 parent af68172 commit 99fb097

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

.eslintrc.cjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
const { builtinModules } = require('node:module')
33
const { defineConfig } = require('eslint-define-config')
44

5+
/// <reference types="@eslint-types/typescript-eslint" />
6+
/// <reference types="@eslint-types/import" />
7+
58
module.exports = defineConfig({
69
root: true,
710
extends: [

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@
3131
"ci-publish": "tsx scripts/publishCI.ts"
3232
},
3333
"devDependencies": {
34+
"@eslint-types/typescript-eslint": "^6.12.0",
35+
"@eslint-types/import": "^2.29.0-1",
3436
"@types/fs-extra": "^11.0.4",
3537
"@types/node": "^20.9.0",
3638
"@typescript-eslint/eslint-plugin": "^6.11.0",
3739
"@typescript-eslint/parser": "^6.11.0",
3840
"@vitejs/release-scripts": "^1.3.1",
3941
"eslint": "^8.53.0",
40-
"eslint-define-config": "^1.24.1",
42+
"eslint-define-config": "^2.0.0",
4143
"eslint-plugin-import": "^2.29.0",
4244
"eslint-plugin-node": "^11.1.0",
4345
"eslint-plugin-regexp": "^2.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)