0.3.2 • Published 9 years ago

eslint-defaults v0.3.2

Weekly downloads
23
License
MIT
Repository
github
Last release
9 years ago

eslint-defaults

Build Status

Smarter default configuration based on project structure and libraries used.

Installing

eslint-defaults is available as an npm package.

Usage

eslint

All CLI flags are supported, and .eslintrc will be used if it exists. However, when using -c (--config), the included default configuration will not be used. The defaults can be re-included as follows:

module.exports = {
  extends: require.resolve('eslint-defaults/lib/config');
}

By default, files and patterns listed in .gitignore will not be linted.

Development

Getting Started

The application requires the following external dependencies:

  • Node.js

The rest of the dependencies are handled through:

npm install

Run tests with:

npm test
0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.7

9 years ago

0.2.6

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.7

9 years ago

0.1.6

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago