Justin Pagano

Results 2 issues of Justin Pagano

**Summary** ``` TSError: ⨯ Unable to compile TypeScript: server/bin/index.ts:81:49 - error TS2349: This expression is not callable. Type 'typeof import("Parsr/node_modules/file-type/index")' has no call signatures. 81 let fileType: { ext: string;...

bug

eslint 8.56.0 Works great for anything not under `node_modules` Will not lint automatically nor by manual linting for anything under `node_modules` ` .eslintignore` contains `!**/node_modules/**` `!node_modules` Running `eslint .` from...