0.4.1 • Published 4 months ago

@carlsberg/eslint-config-carlsberg v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Carlsberg ESLint Config

This is an opionated configuration preset for ESLint, tailored for Carlsberg JavaScript/TypeScript projects.

Setting up

  1. Install:
$ npm i --save-dev carlsberg/eslint-config-carlsberg

# Install peer dependencies
$ npx install-peerdeps --dev eslint-config-carlsberg
  1. Add the following to package.json:
{
  "eslintConfig": {
    "extends": [
      "carlsberg"
    ]
  }
}

Or, touch .eslintrc file and add:

{
  "extends": [
    "carlsberg"
  ]
}
0.5.0-0

4 months ago

0.4.1

12 months ago

0.4.0

12 months ago

0.3.0

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.1.0-beta.2

2 years ago

0.0.1

3 years ago