Package Exports
- lint
- lint/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Installation (local)
Install Omnilint into your devDependencies:
$ cd path/to/repository
$ npm install -D lintNPX
You can use NPX to run Omnilint commands from inside your repository:
$ npx lint [COMMAND]To install Omnilint's git hooks:
$ npx lint installInstallation (global)
You can install Omnilint globally:
$ npm install -g lintSo you can use it like this:
$ lint [COMMAND]To install Omnilint's git hooks:
$ cd path/to/repository
$ lint installSign Up
Create your free Omnilint account:
$ lint signupLog In
Log in with your existing Omnilint account:
$ lint loginVersion
Print the CLI version:
$ lint versionHelp
Print the list of available commands:
$ lint --help