eslint-config-kodefox

2.0.0 • Public • Published

ESLint Config for KodeFox

ESLint configuration used for TypeScript projects.

Install

$ yarn add --dev eslint-config-kodefox

Usage

Modify eslintConfig in package.json as follows.

TypeScript

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

TypeScript + React

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

TypeScript + React Native

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

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-kodefox

Weekly Downloads

1,148

Version

2.0.0

License

MIT

Unpacked Size

5.3 kB

Total Files

6

Last publish

Collaborators

  • kfoxdev
  • sstur
  • heygema
  • darcien