eslint-config-mckayla
v1.0.8
Published
An ESLint config for people named McKayla (and maybe you too)
Downloads
34
Readme

Usage
- Add the package as a dependency to your project
npm add eslint-config-mckayla- Update your .eslintrc.json
{
"extends": ["mckayla"]
}- If you use TSX, you'll want to use the TSX config variant
{
"extends": ["mckayla/tsx"]
}