eslint-config-preshape
v4.0.2
Published
A set of eslint rules for my projects.
Downloads
76
Readme
eslint-config-preshape
A set of ESLint rules for my projects.
Usage:
yarn add eslint eslint-config-preshape --dev
Extend the config in your .eslintrc
file.
{
"extends": "eslint-config-preshape",
// Your overrides...
}