Skip to content

egy186/eslint-config

Repository files navigation

@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"
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published