@aligent/eslint-config
v2.4.1
Published
This README would normally document whatever steps are necessary to get your application up and running.
Downloads
104
Keywords
Readme
eslint-config-aligent
What is this repository for?
Defining javascript linting rules for aligent projects.
How do I get set up?
- Add eslint-config-aligent to your package.json deps:
...
"@aligent/eslint-config": "^2.1.3",
...
- add
.eslintrc.json
to your project root
{
"extends": "@aligent/eslint-config"
}
Contribution guidelines
- Code review
Who do I talk to?
- Frontend Team