@ahiho/eslint-config-ecmascript
Ahiho's base ESLint config.
Read the ESlint config docs for more information.
Requirement
- NodeJS (version >= 14.x and <= 21)
Installation
yarn add --dev @ahiho/eslint-config-ecmascript
Usage
After installing, update package.json
file to add the following properties.
"eslintConfig": {
"extends": [
"@ahiho/eslint-config-ecmascript"
]
},