0.0.11 • Published 6 years ago

eslint-config-pitops v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

How to install

NPM or Yarn

npx install-peerdeps --dev eslint-config-pitops

Monorepo (lerna & yarn)

If you are in a monorepo then the procedure is a bit different.

npx install-peerdeps --dev eslint-config-pitops --extra-args -W

Usage

This package is broken down into submodules. Right now there are two sub-modules out of the box, one for React and one for Node

Use using the following

// .eslintrc.js

module.exports = {
    extends: [
        "pitops/react" // or "pitops/node"
    ]
}

Contributions

Are always welcome.

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago