kibana/packages/kbn-import-resolver
Thomas Watson 70b337a135
Fix @kbn/import-resolver detection of nested node_modules (#162391)
Ensure that a plugin containing a nested `node_modules` folder correctly
identifies imports from that folder as regular node modules instead of relative imports. 

Kibana should currently only have a single root `node_modules` folder, so this should
not be a real issue. However, if for some reason a stray `node_modules` folder is
created, this commit will make sure it's not introducing hard to debug ESLint errors.
2023-07-25 10:09:05 +02:00
..
src Fix @kbn/import-resolver detection of nested node_modules (#162391) 2023-07-25 10:09:05 +02:00
index.ts chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
jest.integration.config.js [plugins] use module ids to import across plugins 2022-04-16 01:19:05 -05:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
README.md [plugins] use module ids to import across plugins 2022-04-16 01:19:05 -05:00
tsconfig.json Implement package linter (#148496) 2023-01-09 16:49:29 -07:00

@kbn/import-resolver

Empty package generated by @kbn/generate