1.0.4 • Published 1 month ago

@novius/eslint-config-base v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

licenses

Installation

Install the package with:

npm i -D @novius/eslint-config-base

If you need ton install peer dependencies, you can use the following command:

npx install-peerdeps --dev @novius/eslint-config-base

Usage

Add the configuration to your .eslintrc file:

{
  "extends": "@novius/eslint-config-base"
}

You can still override the configuration by adding or modifying rules in your .eslintrc file.

{
  "extends": "@novius/eslint-config-base",
  "rules": {
    "no-console": "off"
  }
}

License

Licensed under the MIT License, Copyright © Novius.

See LICENSE for more information.

1.0.4

1 month ago

1.0.3-beta.0

3 months ago

1.0.3

3 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago