Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retejs/linter-plugin
https://github.com/retejs/linter-plugin
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/retejs/linter-plugin
- Owner: retejs
- Created: 2019-01-07T19:02:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T20:49:10.000Z (over 5 years ago)
- Last Synced: 2024-10-30T00:54:46.911Z (21 days ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```