This repository was archived by the owner on Mar 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
// @ts -check
2
- const { defineConfig } = require ( 'eslint-define-config ' ) ;
2
+ const { defineConfig } = require ( './src ' ) ;
3
3
4
4
module . exports = defineConfig ( {
5
5
ignorePatterns : [ 'src/index.js' , '.eslintrc.js' ] ,
Original file line number Diff line number Diff line change 43
43
"@typescript-eslint/parser" : " ~4.30.0" ,
44
44
"eslint" : " ~7.32.0" ,
45
45
"eslint-config-prettier" : " ~8.3.0" ,
46
- "eslint-define-config" : " ~1.0.9" ,
47
46
"eslint-plugin-inclusive-language" : " ~2.1.1" ,
48
47
"eslint-plugin-jsdoc" : " ~36.0.8" ,
49
48
"eslint-plugin-prettier" : " ~4.0.0" ,
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ __metadata:
1091
1091
languageName : node
1092
1092
linkType : hard
1093
1093
1094
- " eslint-define-config@workspace:., eslint-define-config@~1.0.9 " :
1094
+ " eslint-define-config@workspace:. " :
1095
1095
version : 0.0.0-use.local
1096
1096
resolution : " eslint-define-config@workspace:."
1097
1097
dependencies :
@@ -1100,7 +1100,6 @@ __metadata:
1100
1100
" @typescript-eslint/parser " : ~4.30.0
1101
1101
eslint : ~7.32.0
1102
1102
eslint-config-prettier : ~8.3.0
1103
- eslint-define-config : ~1.0.9
1104
1103
eslint-plugin-inclusive-language : ~2.1.1
1105
1104
eslint-plugin-jsdoc : ~36.0.8
1106
1105
eslint-plugin-prettier : ~4.0.0
You can’t perform that action at this time.
0 commit comments