Debajit Roy

Results 2 comments of Debajit Roy

@AvitalHass as per my understanding 'importPlugin.flatConfigs.recommended,' is responsible for importing the ESLint rule `import/no-unresolved`(please see [here](https://github.com/import-js/eslint-plugin-import/blob/01c9eb04331d2efa8d63f2d7f4bfec3bc44c94f3/src/index.js#L89) and [here](https://github.com/import-js/eslint-plugin-import/blob/01c9eb04331d2efa8d63f2d7f4bfec3bc44c94f3/config/flat/recommended.js#L8)) and hence the rule is getting triggered and failing after adding this...