1.0.10 • Published 4 years ago

fleclint v1.0.10

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

fleclint

fleclint is a tool for enforcing EditorConfig settings in a directory tree. It is a wrapper around eclint that adds support for ignoring files/folders with an .ecignore file (which contains globs like a .gitignore file).

Platforms

  • Windows : Tested
    • Requires bash.exe to be in the PATH (e.g. install 64-bit Git and add C:\Program Files\Git\bin to the PATH)
  • Mac : Untested
  • Linux : Untested

Usage

node fleclint.js <action> <directory (optional)>

  • <action> : the action to perform; this can be one of the following
    • check : check all files in the given directory tree against its EditorConfig
    • fix : fixes all files in the given directory tree that do not match its EditorConfig
  • <directory> : the directory to enforce EditorConfig settings in. If not provided, fleclint uses the current working directory.

License

fleclint is licensed under the MIT License.

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago