test: add tests for eslint-plugin-import-x
#67
Annotations
6 errors
Type Check:
tests/eslint-plugin/fixtures/export-star-4/module/index.ts#L1
Module './feature' was resolved to '/home/runner/work/eslint-import-resolver-oxc/eslint-import-resolver-oxc/tests/eslint-plugin/fixtures/export-star-4/module/feature.jsx', but '--jsx' is not set.
|
Type Check:
tests/eslint-plugin/fixtures/typescript-d-ts/file1.ts#L6
Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
|
Type Check:
tests/eslint-plugin/fixtures/typescript-d-ts/file2.ts#L1
Module '"/home/runner/work/eslint-import-resolver-oxc/eslint-import-resolver-oxc/tests/eslint-plugin/fixtures/typescript-d-ts/file1"' uses 'export =' and cannot be used with 'export *'.
|
Type Check:
tests/eslint-plugin/fixtures/typescript-export-assign-object/index.ts#L5
Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead.
|
Type Check:
tests/eslint-plugin/fixtures/typescript.ts#L37
'NotExported' is declared but never used.
|
Type Check
Process completed with exit code 1.
|
Loading