Files
openstapps/README.md
Thea Schöbl 30f773627e Initial commit
2022-04-21 00:12:31 +02:00

1.1 KiB

@openstapps/eslint-config

pipeline status npm license)

Installation

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 --dev @openstapps/eslint-config

Add either the following to your package.json:

{
  "devDependencies": {
    "eslint": ">=8.11.0",
    "eslint-config-prettier": ">=8.5.0",
    "eslint-plugin-jsdoc": ">=38.0.6",
    "eslint-plugin-prettier": ">=4.0.0",
    "eslint-plugin-unicorn": ">=41.0.1",
    "prettier": ">=2.6.0",
    "@typescript-eslint/eslint-plugin": ">=5.15.0"
  }
}