2.1.11 • Published 3 years ago
eslint-config-animalfarm v2.1.11
eslint-config-animalfarm
Install this in a project
npm i -D eslint-config-animalfarmPublishing changes to the config
npm version [patch|minor|major]
npm publishUsage in the project
.eslintrc
{
"extends": [
"animalfarm"
]
}