elias551

Results 4 comments of elias551

Hi, sorry I cannot help a lot but I'm experiencing the same problem with `0.6.2` on linux ``` $ tslint --project ./tsconfig.json './src/**/*.{ts,tsx}' [12036:0x3728a10] 181168 ms: Scavenge 1378.1 (1422.7) ->...

I tried to use `search-depth-limit` and i can run it without errors when I reduce the default value (current: 50) ``` "no-circular-imports": [true, { "search-depth-limit": 5 }], ```

Facing the same issue (404, but the file is present) after updating from 9.1 to 9.3. Tried with the workaround given by @askwheeler with no success. hard to know why...

Opened an issue in next.js https://github.com/zeit/next.js/issues/11751