0.1.0 • Published 8 years ago

js-linter v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Deprecated

The author can\'t understand why she made this module before, and you should stop to use this once again

js-linter

Integrated JavaScript linter using eslint with eslint-config-standard

Introduction

Hana was tired of install eslint and standard configs again and again, so she publish this integrated package for linting her codes and no more install a lot of packages.

.eslintignore or .gitignore under current working directory has been used as `ignorePath` in default.

Installation

$ npm install --save-dev js-linter

Usage

$ js-lint glob [glob ...] [-i [pattern [pattern ...]]]

NPM Script

// package.json
...
"scripts": {
  "lint": "js-linter ./"
},
...

CLI ( Installed as global )

// Lint all .js file under current working directory
$ js-lint ./

// Lint specific files but some don't
$ js-lint lib --ignore lib/app

Options

UsageDescriptionAlias
--ignore pattern [pattern...]Ignore specific files or directories. Globs are allowed just like --ignorePattern of eslint-i
0.1.0

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago