4.0.0 • Published 6 years ago

start-eslint v4.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 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

6 years ago

3.0.1

7 years ago

3.0.0

8 years ago

2.0.0

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago