@warrify/eslint-config

2.1.4 • Public • Published

eslint-config-warrify

Usage

For just a basic setup including prettier, typescript and jest use:

// .eslintrc.js
module.exports = {
  extends: [
    "@warrify"
  ]
}

For node:

// .eslintrc.js
module.exports = {
  extends: [
    "@warrify/eslint-config/react"
  ]
}

If you also want react or react-native specific configurations:

// .eslintrc.js
module.exports = {
  extends: [
    "@warrify/eslint-config/react",
    "@warrify/eslint-config/react-native",
  ]
}

Package Sidebar

Install

npm i @warrify/eslint-config

Weekly Downloads

0

Version

2.1.4

License

MIT

Unpacked Size

17.8 kB

Total Files

6

Last publish

Collaborators

  • matthias-pichler
  • s.stoeckl