0.0.14 • Published 3 years ago
@calendar-widgets/eslint-config v0.0.14
@calendar-widgets/eslint
This is an internal package. We use the ESLint rules defined in this package throughout the workspaces in this project. Feel free to use them if you'd like.
Use case
Install as a devDependency
pnpm add @calendar-widgets/eslint-config --save-devAdd the @calendar-widgets/eslint-config to the extends field of the ESLint configuration file
module.exports = {
'extends': ['@calendar-widgets/eslint-config']
};