0.0.8 • Published 10 years ago

lintint v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

lintint

This program integrates several lint tools for the javascript stack and allows the user to get an ordered list of lints for each file.

Integrated Tools

  • jscs
  • eslint
  • jshint
  • htmllint
  • lintspelljs
  • lessc
  • csslint

It has integrated a RegExpChecker that allow you to define rules based on a regexp for any kind of file.

Installation

npm install -g lintint

Usage

lintint [options] <directories> <files>

If called without parameters check recursively the cwd

Available options:

--config =<local|global>

local: uses local project configuration files (.eslintrc, .jscsrc, csslintrc, etc).

global: uses global lintint configuration files.

--help : Print this help

--version : Print version information

Git-Repo (https://github.com/aotaduy/lintint.git)

Configuration

By default lintint uses the configuration files located at:

/config/

But if you use the --config=local flag it will use .jscsrc .eslintrc .htmllintrc files local to your project.

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago