1.1.4 • Published 8 years ago

eslint-plugin-jsig v1.1.4

Weekly downloads
1
License
-
Repository
github
Last release
8 years ago

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

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago