@apogeelabs/eslint-config

1.1.1 • Public • Published

@apogeelabs/eslint-config

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 @apogeelabs/eslint-config --dev
  2. add "extends": "@apogeelabs/eslint-config" to your .eslintrc

Example Setup

Simple Project Using All the Rules

.
└── .eslintrc // extends: [ "@apogeelabs/eslint-config" ]

References

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

Readme

Keywords

Package Sidebar

Install

npm i @apogeelabs/eslint-config

Weekly Downloads

596

Version

1.1.1

License

MIT

Unpacked Size

4.8 kB

Total Files

7

Last publish

Collaborators

  • ifandelse
  • jgregory_apogee
  • john.kellar