-
If I were to run
```sh
$ eclint check *
```
eclint runs on all binary files, but these should be ignored, perhaps using [`is-binary-path`](https://github.com/sindresorhus/is-binary-path/blob/m…
-
building eclint stops with error
> [16:39:21] Starting 'scripts'...
> **node_modules/linez/linez.d.ts(2,25): error TS2307: Cannot find module 'd.ts/linez'.**
steps before:
> git clone ...
> cd ecl…
-
``` sh
echo test > test
eclint fix -c utf-8-bom test
eclint check -c utf-8-bom test
```
output:
```
test: expected charset: utf-8-bom
```
It seems `eclint fix` add bom successfully, but `eclint che…
-
The export of the linez package does not return the API anymore, but an object with the API as the `default` property.
_Should:_
```
{ [Function: linez]
Document: [Function: Document],
conf…
-
- [x] Ajouter un `.editorconfig`.
- [x] Uniformiser les espaces.
-
Git supports checking files out with native line endings.
You can specify this per file type, as well, using a `.gitattributes` file:
```
* text=auto
```
I would like to be able to support this sim…
-
EditorConfig's `*` applies to all files, but should it?
```sh
$ editorconfig image.png
indent_style=tab
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
insert_final_newline=true
…
-
-
In javascript (and many others), this is a common way to declare some documentation for a certain piece of code:
``` js
/**
* Comment
*/
```
This exemple uses one space indentation, so if you set …
-
With indent_size = 0 (was with `eclint infer`), opening up a .js file will cause this error message to appear:
![screen shot 2016-11-01 at 5 12 36 pm](https://cloud.githubusercontent.com/assets/760…