@egy186/eslint-config

0.113.1 • Public • Published

@egy186/eslint-config

CI

Install

npm install @egy186/eslint-config

.eslintrc.json

Node.js, ESM:

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

Node.js, CommonJS:

{
  "extends": [
    "@egy186/eslint-config",
    "@egy186/eslint-config/commonjs"
  ]
}

Browser, React:

{
  "extends": [
    "@egy186/eslint-config",
    "@egy186/eslint-config/browser",
    "@egy186/eslint-config/react"
  ]
}

TypeScript:

{
  "extends": [
    "@egy186/eslint-config",
    "@egy186/eslint-config/typescript"
  ],
  "parserOptions": {
    "project": "./path/to/tsconfig.json"
  }
}

Jest:

{
  "extends": [
    "@egy186/eslint-config",
    "@egy186/eslint-config/jest"
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i @egy186/eslint-config

Weekly Downloads

73

Version

0.113.1

License

MIT

Unpacked Size

104 kB

Total Files

31

Last publish

Collaborators

  • egy186