Skip to content

marketwurks/eslint-config-mw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint Config

ESLint configuration used for TypeScript projects.

Install

$ yarn add --dev eslint-config-mw

Usage

Modify eslintConfig in package.json as follows.

TypeScript

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

TypeScript + React

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

TypeScript + React Native

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published