1.4.0 • Published 3 years ago

eslint-config-eslift v1.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ESLint Config

ESLint configuration used for TypeScript projects.

Install

$ yarn add --dev eslint-config-eslift

Usage

Modify eslintConfig in package.json as follows.

TypeScript

{
  "name": "cool-node-server",
  "eslintConfig": {
    "extends": "eslift"
  }
}

TypeScript + React

{
  "name": "awesome-react-website",
  "eslintConfig": {
    "extends": "eslift/react"
  }
}

TypeScript + React Native

{
  "name": "amazing-native-app",
  "eslintConfig": {
    "extends": "eslift/react-native"
  }
}