1.0.9 • Published 6 years ago

eslint-config-milad v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Milad's Eslint Config Rules

My Preferred ESLint Rules.

Installation

$ npm install --save-dev eslint eslint-config-milad

Usage

Once the eslint-config-milad package is installed, you can use it by specifying milad in the extends section of your ESLint configuration.

{
  "extends": "milad",
  "rules": {}
}

Using the milad config with eslint:recommended

{
  "extends": ["eslint:recommended", "milad"],
  "rules": {}
}

Inspiration

How I put my rules in a repository that can be used by all my projects, is inspired by how Google did it.

1.0.9

6 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago