8000 GitHub - kyleclegg/eslint-config
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kyleclegg/eslint-config

 
 

Repository files navigation

@ravn/eslint-config

Ravn Eslint config.

Usage

Install:

$ yarn add --dev eslint@"^8.0.0" @ravn/eslint-config

Edit .eslintrc.js:

module.exports = {
  extends: ["@ravnhq/eslint-config"],
}

Optionally there are other supplemental configs based on the project:

module.exports = {
  extends: [
    "@ravnhq/eslint-config",
    "@ravnhq/eslint-config/react",
    "@ravnhq/eslint-config/react-native",
    "@ravnhq/eslint-config/electron",
    "@ravnhq/eslint-config/jest",
    "@ravnhq/eslint-config/node",
    "@ravnhq/eslint-config/legacy-filenames",
  ],
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0