@augu/eslint-config

📜 Shareable ESLint configuration for my projects

Usage no npm install needed!

<script type="module">
  import auguEslintConfig from 'https://cdn.skypack.dev/@augu/eslint-config';
</script>

README

@augu/eslint-config

npm version Stars Build Size Workflow Status

: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/parser and @typescript-eslint/eslint-plugin)

LICENSE

@augu/eslint-config is released under the MIT License, read here for more information.