README
@augu/eslint-config
:scroll: Shareable ESLint configuration for my projects
Usage
.eslintrc.json
{
// Loads the normal ESLint config
"extends": "@augu"
}
Supports
- JavaScript (no external deps)
- TypeScript (requires
@typescript-eslint/parserand@typescript-eslint/eslint-plugin)
LICENSE
@augu/eslint-config is released under the MIT License, read here for more information.