Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 896 Bytes

readme.md

File metadata and controls

27 lines (20 loc) · 896 Bytes

Authress media banner

ESLint Config Authress

A set of opinionated ESLint rules from the Authress Engineering team

Usage

  1. npm install --save-dev @authress/eslint-config
  2. create a file named .eslintrc in your project:
{
  "extends": "@authress/eslint-config"
}

License

Apache License 2.0