0.1.0 • Published 1 year ago

eslint-config-apogee v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

eslint-config-apogee

This repo provides Apogee's .eslintrc as an extensible shared config.

Usage

This package support one "standard" eslint configuration at the moment.

eslint-config-apogee

To use this configuration:

  1. yarn add eslint eslint-config-apogee --dev
  2. add "extends": "apogee" to your .eslintrc

Example Setup

Simple Project Using All the Rules

.
└── .eslintrc // extends: [ "apogee" ]

References

See als ESLint's Shareable Configs documentation and the ESLint config documentation for more information.