@the-mom-project/eslint-plugin-tmp

0.1.1 • Public • Published

eslint-plugin-tmp

ESLint rules for The Mom Project engineering team

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install @the-mom-project/eslint-plugin-tmp:

$ npm install @the-mom-project/eslint-plugin-tmp --save-dev
$ # OR
$ yarn add -D @the-mom-project/eslint-plugin-tmp

Usage

Add tmp to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
  "plugins": [
    "tmp"
  ]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "tmp/no-unidentified-buttons": "error"
  }
}

Supported Rules

  • no-unidentified-buttons

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    62
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    62
  • 0.1.0
    0

Package Sidebar

Install

npm i @the-mom-project/eslint-plugin-tmp

Weekly Downloads

62

Version

0.1.1

License

MIT

Unpacked Size

6.68 kB

Total Files

7

Last publish

Collaborators

  • kyleramirez