Sandro

Results 2 issues of Sandro

I setup style-lint from [docs](https://styled-components.com/docs/tooling#stylelint) It's linting correctly but when the command `stylelint './src/**/*.styles.ts'` is processed through [lint-staged](https://github.com/okonet/lint-staged) I get an error `lint:css failed without output (ENOENT).` I've tried to...