editorconfig-checker.javascript
editorconfig-checker.javascript copied to clipboard
A tool to verify that your files are in harmony with your .editorconfig
Hello! Please help me figure out how to exclude several folders from the scan. documentation says to use valid regular expressions  with one folder - exception works  but...
└─┬ [email protected] └── [email protected] similar issue https://github.com/lquixada/cross-fetch/issues/143
If we have downloaded the latest version and a new one is released, we currently do not fetch the new version but rather use the already downloaded one as latest....
When the tool is run without an argument it downloads the latest binary. If I after that run the tool again with `EC_VERSION=2.3.0` it auto picks the already downloaded binary...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.2.0. Release notes Sourced from node-fetch's releases. v3.2.0 3.2.0 (2022-01-20) Features export Blob, File and FormData + utilities (#1463) (81b1378) v3.1.1 Security patch release Recommended...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.11 to 17.0.21. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
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: ```...
Inspired by https://github.com/editorconfig-checker/editorconfig-checker.python/issues/15#issuecomment-881065431 We should aim for loading the binary after the package got installed and not when it first runs. This would be possible via a `pre-commit` hook or...
Hi, currently we have the problem that we can't use this tool reliably in a cross device situation: On ARM Macs with package version `4.0.2` we get the Error `TAR_BAD_ARCHIVE`....