Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/retejs/linter-plugin


https://github.com/retejs/linter-plugin

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

Linter
====
#### Rete.js plugin

```js
import LinterPlugin from 'rete-linter-plugin';

editor.use(LinterPlugin, { analyzeOnChange: true, delay: 500 });
```

```js
editor.on('analyzed', warnings => {});

editor.trigger('analyze');
```