1.1.1 • Published 1 year ago

@apogeelabs/eslint-config v1.1.1

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

@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.

1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago