2.0.0 • Published 5 months ago

@computerrock/eslint-config-base v2.0.0

Weekly downloads
69
License
MIT
Repository
github
Last release
5 months ago

@computerrock/eslint-config-base

This package contains shareable ESLint configuration used for JavaScript projects.

This package is extended by @computerrock/eslint-config-react-app and @computerrock/eslint-config-react-native-app.

Usage

Install:

$ npm install @computerrock/eslint-config-base --save-dev

Create a file named .eslintrc with following contents in the root folder of your project:

{
    "root": true,
    "extends": "@computerrock/eslint-config-base",
    "rules": {
        "valid-jsdoc": "warn",
        "require-jsdoc": "off"
    }
}

You can override the settings from @computerrock/eslint-config-base by editing the .eslintrc file. Learn more about configuring ESLint on the ESLint website.

2.0.0

5 months ago

2.0.0-alpha.0

5 months ago

1.9.1

3 years ago

1.9.0

3 years ago

1.9.0-alpha.2

3 years ago

1.9.0-alpha.1

4 years ago

1.9.0-alpha.0

4 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago