eslint-plugin-jsig

1.1.4 • Public • Published

eslint-plugin-jsig

A plugin that runs the jsig type checker as part of eslint. Works with eslint text editor plugins and the CLI.

Example

{
    "rules": {
        "jsig/type-check": 2
    },
    "plugins": [
        "jsig"
    ]
}

To use this plugin you must have jsig installed as a peer dependency. The eslint-plugin-jsig module only works with jsig@>=0.2.6.

It's recommended that you configure your application with a jsigconfig.json file so that the eslint plugin can pick up your configuration.

Installation

npm install eslint-plugin-jsig

Tests

npm test

Contributors

  • raynos

MIT Licensed

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-plugin-jsig

Weekly Downloads

2

Version

1.1.4

License

none

Last publish

Collaborators

  • raynos