resolveConfigForFile<
T
>(fileName
,config
?):Promise
<T
>
Resolve config for a source file.
The following sources will be considered if found (in precedence from high to low):
- ESLint configuration
"importSorter"
section inpackage.json
import-sorter.json
(File name is configurable from the base config)- Prettier configuration
.editorconfig
- The base config provided as parameters
• T extends Configuration
= Configuration
string
Source file name
T
Base config
Promise
<T
>
T - A type extended from Configuration