Nikolay Frantsev

Results 3 issues of Nikolay Frantsev

Like [many](https://github.com/adametry/gulp-eslint/blob/master/index.js#L74) [other](https://github.com/panuhorsmalahti/gulp-tslint/blob/master/index.js#L105) [plugins](https://github.com/rogeriopvl/gulp-jsonlint/blob/master/index.js#L33) `gulp-stylelint` should pass lint results down to file stream so pipes can work with that data, it's not possible to implement [caching](https://github.com/olegskl/gulp-stylelint/issues/101) correctly without that.

Hey, I'm trying to run `editorconfig-checker.javascript` in my CI under alpine docker image. Simplified `Dockerfile` example: ```dockerfile FROM node:16-alpine RUN yarn add editorconfig-checker RUN node_modules/.bin/editorconfig-checker ``` Docker run command: ```...

help wanted

Hey, I'm trying to run `editorconfig-checker.javascript` in my CI under alpine docker image. Simplified `Dockerfile` example: ```dockerfile FROM node:16-alpine RUN yarn add editorconfig-checker RUN node_modules/.bin/editorconfig-checker ``` Docker run command: ```...

help wanted