3.0.0 • Published 2 years ago

@openstapps/eslint-config v3.0.0

Weekly downloads
-
License
GPL-3.0-only
Repository
gitlab
Last release
2 years ago

@openstapps/eslint-config

pipeline status npm license)

Installation

Put this into your .eslintrc

{
  "extends": "@openstapps"
}

Unfortunately, ESLint requires you to define plugins and configs your config depends on as peerDependencies, which means they have to be installed manually.

Use the command

npx install-peerdeps -od --extra-args "-E" @openstapps/eslint-config

Or, alternatively, add the following to your package.json:

{
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": ">=5.29.0",
    "@typescript-eslint/parser": ">=5.29.0",
    "eslint": ">=8.18.0",
    "eslint-config-prettier": ">=8.5.0",
    "eslint-plugin-jsdoc": ">=39.3.3",
    "eslint-plugin-prettier": ">=4.0.0",
    "eslint-plugin-unicorn": ">=41.0.1",
    "prettier": ">=2.7.1"
  }
}
3.0.0-next.4

2 years ago

3.0.0

2 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago