4.0.0 • Published 8 years ago

start-eslint v4.0.0

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

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)

4.0.0

8 years ago

3.0.1

9 years ago

3.0.0

9 years ago

2.0.0

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago