editorconfig-checker.javascript icon indicating copy to clipboard operation
editorconfig-checker.javascript copied to clipboard

A tool to verify that your files are in harmony with your .editorconfig

Results 14 editorconfig-checker.javascript issues
Sort by recently updated
recently updated
newest added

Hello! Please help me figure out how to exclude several folders from the scan. documentation says to use valid regular expressions ![image](https://user-images.githubusercontent.com/8464662/183348808-74ff6d76-46b5-477e-948e-1575a11a3148.png) with one folder - exception works ![image](https://user-images.githubusercontent.com/8464662/183348896-1743d6c7-3b79-474d-bb52-75b1e2b53282.png) but...

help wanted
windows

└─┬ [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...

bug

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...

dependencies

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.11&new-version=17.0.21)](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...

dependencies

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

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...

enhancement

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`....

help wanted