@ravnhq/eslint-config

2.0.0 • Public • Published

@ravnhq/eslint-config

Ravn Eslint config.

Usage

Install:

$ yarn add --dev eslint@"^8.0.0" @ravnhq/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",
  ],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @ravnhq/eslint-config

Weekly Downloads

112

Version

2.0.0

License

MIT

Unpacked Size

16.2 kB

Total Files

14

Last publish

Collaborators

  • stevenheffner
  • donovanhiland