@deg-skeletor/plugin-eslint

1.0.0 • Public • Published

Skeletor ESLint Plugin

Build Status

The purpose of this plugin is to lint a project's JavaScript using ESLint. This plugin is part of the Skeletor ecosystem. To learn more about Skeletor, go here.

Installation

Install this plugin into your Skeletor-equipped project via the following terminal command:

    npm install --save-dev @deg-skeletor/plugin-eslint

Configuration

The configuration for this plugin mimics the standard configuration patterns for ESLint (learn more here).

Example Configuration

config: {
    source: 'source/js/**/*.js'
}

Configuration Options

source

Type: String A file path or globbing pattern of source files that should be processed. NOTE: When this plugin is run as part of skel watch task, only the changed file will be processed.

formatter

Type: String Default: codeframe See ESLint's included formatters for options.

For a detailed list of configuration options, check out ESLint's options.

Package Sidebar

Install

npm i @deg-skeletor/plugin-eslint

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

18.7 kB

Total Files

10

Last publish

Collaborators

  • heaper
  • briangraves
  • aladage
  • jlawhorn
  • alejcerro