0.3.0 • Published 7 years ago

eslint-plugin-typling v0.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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