eclint icon indicating copy to clipboard operation
eclint copied to clipboard

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.

Results 43 eclint issues
Sort by recently updated
recently updated
newest added

Empty files in the project, which do have just one single empty line (as shown below) throw errors when `insert_final_newline = true` is set in the `.editorconfig`. ![image](https://user-images.githubusercontent.com/5874465/54111345-edeed400-43e3-11e9-8743-547c160ed531.png) ```bash eclint...

eclint check and eclint infer seem to be working well, but eclint fix doesn't actually change the given path :/

When checking a directory tree for the first time, a large number of errors can be reported for each file. This causes the filenames themselves to be lost off-screen. I...

EClint reports as an error the presence of an acute accent ($B4: ` ยด `) inside an [ISO-8859-1] encoded file configured to `charset = latin1`: syntax_test_interpolation-ascii.hug 11:49 โŒ character out...

Please update the os-locale dependency in order to resolve a vulnerability in mem. https://github.com/sindresorhus/mem/commit/da4e4398cb27b602de3bd55f746efa9b4a31702b https://www.npmjs.com/package/os-locale

When working with CLI, it is often desirable to have sync functions as most operations are done file-by-file. It would be useful to have promise/ sync interface for check/ fix/...

I'm trying to use eclint to check editorconfig rules as part of a build pipeline in azure devops. It will run fine locally (on a windows machine) but I can't...

If you're signed up for the GitHub Actions beta, this will enable linting the project files for EditorConfig style violations using [EditorConfig-Action]. [EditorConfig-Action]: https://github.com/marketplace/actions/editorconfig-action

See https://nvd.nist.gov/vuln/detail/CVE-2019-10742 ```bash (fix/security-vulnerabilities= d4c870e)$ yarn why axios yarn why v1.16.0 [1/4] ๐Ÿค” Why do we have the module "axios"...? [2/4] ๐Ÿšš Initialising dependency graph... [3/4] ๐Ÿ” Finding dependency... [4/4]...

It would be ideal if `eclint check` could take an option to handle gitignore itself, instead of requiring me to pass in a list of files - which in most...