1.3.3 • Published 2 years ago

@iraiser/eslint-config-base v1.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ESLint Config

Version Download

ESLint shareable config for the iRaiser JavaScript style guide.

Install

npm install @iraiser/eslint-config-base eslint --save-dev

Usage

Create .eslintrc file on root of your project.

{
    "extends": [
        "@iraiser/eslint-config-base"
    ]
}

You can extend the rules with your own config, see ESLint documentation.

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

3 years ago

1.2.0

4 years ago

1.3.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago