0.3.2 • Published 8 years ago

eslint-defaults v0.3.2

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

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.7

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago