1.0.0-alpha3.1 • Published 7 years ago

justo.plugin.eslint v1.0.0-alpha3.1

Weekly downloads
18
License
-
Repository
bitbucket
Last release
7 years ago

justo.plugin.eslint

NPM version Total downloads

Justo plugin for ESLint.

Proudly made with ♥ in Valencia, Spain, EU.

Use

const eslint = require("justo.plugin.eslint");

eslint task

This task runs ./node_modules/.bin/eslint:

eslint({conf, src});
  • conf (string). .eslintrc to use. Default: ./.eslintrc.
  • src (string or string[], required). Source file(s) to parse.

Example:

eslint({
  src: ["Justo.cat.js", "src", "test"]
});

fmtParams()

The fmtParams() has been defined for being used as follows:

eslint(src:string=".")
1.0.0-alpha3.1

7 years ago

1.0.0-alpha3.0

7 years ago

1.0.0-alpha2.0

8 years ago

1.0.0-alpha1.1

8 years ago

1.0.0-alpha1.0

8 years ago