File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,11 @@ const {
27
27
naming,
28
28
CascadingConfigArrayFactory,
29
29
IgnorePattern,
30
- getUsedExtractedConfigs
30
+ getUsedExtractedConfigs,
31
+ ModuleResolver
31
32
}
32
33
} = require ( "@eslint/eslintrc" ) ;
33
34
34
- /*
35
- * For some reason, ModuleResolver must be included via filepath instead of by
36
- * API exports in order to work properly. That's why this is separated out onto
37
- * its own require() statement.
38
- */
39
- const ModuleResolver = require ( "@eslint/eslintrc/lib/shared/relative-module-resolver" ) ;
40
35
const { FileEnumerator } = require ( "./file-enumerator" ) ;
41
36
42
37
const { Linter } = require ( "../linter" ) ;
Original file line number Diff line number Diff line change 44
44
"bugs" : " https://github.com/eslint/eslint/issues/" ,
45
45
"dependencies" : {
46
46
"@babel/code-frame" : " 7.12.11" ,
47
- "@eslint/eslintrc" : " ^0.4.0 " ,
47
+ "@eslint/eslintrc" : " ^0.4.1 " ,
48
48
"ajv" : " ^6.10.0" ,
49
49
"chalk" : " ^4.0.0" ,
50
50
"cross-spawn" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments