3.0.0 • Published 6 months ago

@stevenbenner/eslint-config v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 months ago

eslint-config

A sensibly strict ESLint configuration.

This is my set of ESLint rules for verifying JavaScript. It is meant to be used with the "eslint:recommended" rules.

This software is licensed under the MIT license.

NPM version Test Status

Usage

Install the @stevenbenner/eslint-config package in your project with npm:

npm install @stevenbenner/eslint-config --save-dev

Then add the extends to your project's root ESLint configuration file:

"extends": [
	"eslint:recommended",
	"@stevenbenner/eslint-config"
]

Note\ This package only contains ESLint rules. You will also want to set your env, parserOptions, and any other project specific ESLint settings in your project's ESLint configuration file(s).

3.0.0

6 months ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago