1.0.1 • Published 6 years ago

@tripphamm/eslint-plugin v1.0.1

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

@tripphamm/eslint-plugin

Usage

This package is included in TrippKit but can also be installed on its own.

yarn add @tripphamm/eslint-plugin

Depending on your project, extend react, or node

// .eslintrc.js

module.exports = {
  extends: [
    "plugin:@tripphamm/react",
    // or
    "plugin:@tripphamm/node"
  ]
};