@madebywild/config-eslint
v0.0.2
Published
wild's ESLint config
Maintainers
Readme
@madebywild/config-eslint
To use it in your project, you need to install this package, eslint and prettier:
npm i @madebywild/config-eslint eslint prettier --save-devThen, edit your projects package.json:
{
"eslintConfig": {
"extends": "@madebywild/config-eslint"
}
}How to bump version:
npm version patch -m "Bumped version" && npm publish --access public