eslint-plugin-typling

0.3.0 • Public • Published

eslint-plugin-typling

Typling plugin for Eslint

Screenshot

Installation

$ npm install --save eslint-plugin-typling

Usage

Load it in your "plugins" array:

"plugins": ["typling" /*, "react", "promise", ... */]

Configure the rules

"rules": {
  // 1 for warnings, 2 for errors:
  "typling/type-invalid": 2,
  "typling/type-missing": 1,
  "typling/def-missing": 1
}

And you're done

License

MIT © Jamen Marz


version travis downloads license follow

Package Sidebar

Install

npm i eslint-plugin-typling

Weekly Downloads

3

Version

0.3.0

License

MIT

Last publish

Collaborators

  • npm