You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
It would respect the "allow-siblings" flag and not be an error.
The weird thing about this is that it seemed to work correctly for me for a day, then the next day it stopped respecting the allow-siblings flag. I verified my node_modules were up to date. This is a very stripped down version of my project that seems to have the issue, run npm install && npm test and I get: ERROR: /Users/bobby/Code/test-proj/src/Example.ts:1:1 - Imported module is being loaded from a relative path. Please use an absolute path: import { chunkArray } from './Utils';
Bug Report
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
It's throwing an error for no-relative-imports.
Expected behavior
It would respect the "allow-siblings" flag and not be an error.
The weird thing about this is that it seemed to work correctly for me for a day, then the next day it stopped respecting the allow-siblings flag. I verified my node_modules were up to date. This is a very stripped down version of my project that seems to have the issue, run
npm install && npm test
and I get:ERROR: /Users/bobby/Code/test-proj/src/Example.ts:1:1 - Imported module is being loaded from a relative path. Please use an absolute path: import { chunkArray } from './Utils';
test-proj.zip
The text was updated successfully, but these errors were encountered: