2.1.11 • Published 2 years ago

eslint-config-animalfarm v2.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-animalfarm

Install this in a project

npm i -D eslint-config-animalfarm

Publishing changes to the config

npm version [patch|minor|major]
npm publish

Usage in the project

.eslintrc

{
    "extends": [
        "animalfarm"
    ]
}