@calendar-widgets/eslint-config
v0.0.14
Published
Common set of ESLint rules used throughout the workspaces in this project
Downloads
7
Readme
@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']
};