eslint-plugin-plantain
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

eslint-plugin-plantain

A set of unofficial typescript-eslint rules.

Dependency Status devDependency Status Build Status: Windows Github CI npm version Downloads gzip size type-coverage

install

yarn add eslint-plugin-plantain

usage

{
  "parserOptions": {
    "project": "./tsconfig.json"
  },
  "plugins": [
    "plantain"
  ],
  "rules": {
    "plantain/promise-not-await": "error",
    "plantain/only-import-type-allowed": "error",
    "plantain/only-export-type-allowed": "error"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-plantain

Weekly Downloads

6

Version

2.0.0

License

MIT

Unpacked Size

15.2 kB

Total Files

15

Last publish

Collaborators

  • plantain_00