gts
gts copied to clipboard
Gts lint returning exit code 1 when using yarn 4.0.2
The gts lint command is returning exit code 1 using yarn 4.0.2
➜ yarn --version
4.0.2
➜ yarn lint
version: 18
Using npm:
➜ npm run lint
> <project>@0.0.1 lint
> gts lint
version: 18
/Users/matheusr/Documents/<project>/src/main.ts
14:1 error Delete `⏎··⏎` prettier/prettier
15:1 error Trailing spaces not allowed no-trailing-spaces
✖ 2 problems (2 errors, 0 warnings)
2 errors and 0 warnings potentially fixable with the `--fix` option.