1.0.0 • Published 7 years ago

eslint-plugin-eventstore v1.0.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
7 years ago

EventStore ESLint Plugin

This plugin adds the necessary basics for the exposed globals for EventStore user-defined projects.

Installing

The following barebones .eslint.json file shows how to add this plugin:

{
    "plugins": ["eventstore"],
    "env": {
        "eventstore/projection": true
    }
}