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

https://github.com/repometric/linterhub-js

npm package with shared classes for js-based linterhub extensions
https://github.com/repometric/linterhub-js

core-wrapper

Last synced: 8 months ago
JSON representation

npm package with shared classes for js-based linterhub extensions

Awesome Lists containing this project

README

          

Linterhub IDE Package
=====
[![Build Status](https://travis-ci.org/repometric/linterhub-js.svg?branch=master)](https://travis-ci.org/repometric/linterhub-js)

npm package with shared classes for js-based linterhub extensions:
* [linterhub Atom Extension](https://github.com/repometric/linterhub-atom)
* [linterhub VSCode Extension](https://github.com/repometric/linterhub-vscode)
* [linterhub Brackets Extension](https://github.com/repometric/linterhub-brackets)

To install this package type `npm install @repometric/linterhub-js`

## How to test
* Type `npm run check`, it will:
* Update all dependencies;
* Build TypeScript code;
* Run all tests;
* Lint source code.