Skip to content

Commit

Permalink
chore(deps): update eslint-define-config (vitejs#15026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 authored Nov 21, 2023
1 parent 1d9516c commit 88be614
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const { builtinModules } = require('node:module')
const { defineConfig } = require('eslint-define-config')
const pkg = require('./package.json')

/// <reference types="@eslint-types/typescript-eslint" />
/// <reference types="@eslint-types/import" />

module.exports = defineConfig({
root: true,
extends: [
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
!**/glob-import/dir/node_modules
.DS_Store
.idea
.pnpm-store
*.cpuprofile
*.local
*.log
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@eslint-types/import": "^2.29.0-1",
"@eslint-types/typescript-eslint": "^6.11.0",
"@rollup/plugin-typescript": "^11.1.5",
"@types/babel__core": "^7.20.4",
"@types/babel__preset-env": "^7.9.5",
Expand All @@ -64,7 +66,7 @@
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.53.0",
"eslint-define-config": "^1.24.1",
"eslint-define-config": "^2.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-regexp": "^2.1.1",
Expand Down
24 changes: 19 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 88be614

Please sign in to comment.