File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,16 +27,11 @@ const {
2727 naming,
2828 CascadingConfigArrayFactory,
2929 IgnorePattern,
30- getUsedExtractedConfigs
30+ getUsedExtractedConfigs,
31+ ModuleResolver
3132 }
3233} = require ( "@eslint/eslintrc" ) ;
3334
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" ) ;
4035const { FileEnumerator } = require ( "./file-enumerator" ) ;
4136
4237const { Linter } = require ( "../linter" ) ;
Original file line number Diff line number Diff line change 4444 "bugs" : " https://github.com/eslint/eslint/issues/" ,
4545 "dependencies" : {
4646 "@babel/code-frame" : " 7.12.11" ,
47- "@eslint/eslintrc" : " ^0.4.0 " ,
47+ "@eslint/eslintrc" : " ^0.4.1 " ,
4848 "ajv" : " ^6.10.0" ,
4949 "chalk" : " ^4.0.0" ,
5050 "cross-spawn" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments