0.2.0 • Published 4 years ago

@cult-of-osiris/eslint-config-osiris v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

@cult-of-osiris/eslint-config-osiris

dependencies Status devDependencies Status Build Status

Overview

This repo contains the base ESLint configuration for The Cult of Osiris team.

Our config extends eslint:recommended, @typescript-eslint/eslint-recommended, @typescript-eslint/recommended, and specifies rules within certain categories. The Wiki holds information about the rules within the config. It is currently a WIP, as well as a living document. We will be updating it as our coding standard and needs evolve.

Each of our projects will leverage this config.

Installation

npm i -D @cult-of-osiris/eslint-config-osiris

Usage

Add the following to your package.json:

"eslintConfig": {
	"extends": "@cult-of-osiris/eslint-config-osiris"
}