@kyeotic/eslint-config

2.0.1 • Public • Published

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
  },

Readme

Keywords

Package Sidebar

Install

npm i @kyeotic/eslint-config

Weekly Downloads

1

Version

2.0.1

License

Unlicense

Unpacked Size

4.04 kB

Total Files

7

Last publish

Collaborators

  • kyeotic