start-eslint

4.0.0 • Public • Published

start-eslint

npm linux build windows build coverage deps

ESLint task for Start.

Install

npm install --save-dev start-eslint
# or 
yarn add --dev start-eslint

Usage

import Start from 'start';
import reporter from 'start-pretty-reporter';
import files from 'start-files';
import eslint from 'start-eslint';
 
const start = Start(reporter());
 
export const lint = () => start(
  files([ 'lib/**/*.js', 'test/**/*.js' ]),
  // `.eslintignore` is respected
  eslint()
);

This task relies on array of files and provides the same, see documentation for details.

Arguments

eslint(options, formatter)

Dependents (5)

Package Sidebar

Install

npm i start-eslint

Weekly Downloads

5

Version

4.0.0

License

MIT

Unpacked Size

4.45 kB

Total Files

4

Last publish

Collaborators

  • deepsweet