0.3.3 • Published 4 years ago

@titan-tooling/eslint-config v0.3.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Titan eslint config plugin

A reuasble eslnt config example

Installation

  1. yarn add @titan-tooling/eslint-config --dev
  2. extend the plugin in the eslintrc file:
{
  "extends": "@titan-tooling"
}

Other Configs

Typescript React Config

{
  "extends": "@titan-tooling/eslint-config/typescript"
}

React Config

{
  "extends": "@titan-tooling/eslint-config/react"
}