0.6.2 • Published 2 months ago

@dylanarmstrong/eslint-config v0.6.2

Weekly downloads
11
License
ISC
Repository
github
Last release
2 months ago

@dylanarmstrong/eslint-config

Installation

Install with npm (or yarn / pnpm):

npm i @dylanarmstrong/eslint-config --save-dev

Then create an .eslintrc file in your project directory:

{
  "extends": "@dylanarmstrong"
}

Configuring

Adjust your .eslintrc file as necessary by adding rules:

{
  "extends": "@dylanarmstrong",
  "rules": {
    "no-tabs": "off"
  }
}

Goal of this Project

All encompassing eslint rules that can be placed on any project and have this plugin automatically adjust to the type of project.

Secondary goal is to avoid using any recommended rule sets.

0.6.2

2 months ago

0.6.1

2 months ago

0.6.0

3 months ago

0.5.4

3 months ago

0.5.3

3 months ago

0.5.0

3 months ago

0.5.2

3 months ago

0.5.1

3 months ago

0.4.0

12 months ago

0.2.10

2 years ago

0.3.0

2 years ago

0.2.9

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago