eslint-config 1.18.0
Install from the command line:
Learn more about npm packages
$ npm install @ahiho/eslint-config@1.18.0
Install via package.json:
"@ahiho/eslint-config": "1.18.0"
About this version
Ahiho's full ESLint config.
Read the ESlint config docs for more information.
- NodeJS (version >= 18.0.0 and <= 21.x.x)
yarn add --dev @ahiho/eslint-config
The ESLint config should be applied to a package's package.json
in a Lerna project.
The config will automatically detect if there is Typescript or React in the package and apply corresponding configs.
"eslintConfig": {
"extends": [
"@ahiho/eslint-config"
]
},