https://github.com/jamen/eslint-plugin-typling
Eslint plugin for typling
https://github.com/jamen/eslint-plugin-typling
Last synced: about 1 year ago
JSON representation
Eslint plugin for typling
- Host: GitHub
- URL: https://github.com/jamen/eslint-plugin-typling
- Owner: jamen
- License: mit
- Created: 2016-12-03T19:59:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T23:04:29.000Z (over 9 years ago)
- Last Synced: 2025-03-12T22:18:28.577Z (over 1 year ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-plugin-typling
> Typling plugin for Eslint

## Installation
```sh
$ npm install --save eslint-plugin-typling
```
## Usage
Load it in your `"plugins"` array:
```js
"plugins": ["typling" /*, "react", "promise", ... */]
```
Configure the rules
```js
"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](https://git.io/jamen)
---
[][package] [](https://travis-ci.org/jamen/eslint-plugin-typling) [][package] [][package] [](https://github.com/jamen)
[package]: https://npmjs.org/package/eslint-plugin-typling