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