2.0.1 • Published 3 years ago

@kyeotic/eslint-config v2.0.1

Weekly downloads
2
License
Unlicense
Repository
github
Last release
3 years ago

eslint-config

My personal eslint configurations

Installation

npm install @kyeotic/eslint-config eslint-plugin-react # peer deps must be installed

Use for Browsers

"eslintConfig": {
    "extends": [
      "@kyeotic/eslint-config"
    ]
  }

Use in Node

Add this to your package.json

"eslintConfig": {
    "extends": [
      "@kyeotic/eslint-config/node"
    ]
  }

Recommended Prettier Config

Add this to your package.json

"prettier": {
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true
  },
2.0.1

3 years ago

2.0.0

3 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.9.0

5 years ago