JSPM

  • Created
  • Published
  • Downloads 39003
  • Score
    100M100P100Q132404F
  • License Apache-2.0

Omnilint - Omniscient code linter.

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

Omnilint logo Omnilint logo


Installation (local)

Install Omnilint into your devDependencies:

$ cd path/to/repository
$ npm install -D lint

NPX

You can use NPX to run Omnilint commands from inside your repository:

$ npx lint [COMMAND]

To install Omnilint's git hooks:

$ npx lint install

Installation (global)

You can install Omnilint globally:

$ npm install -g lint

So you can use it like this:

$ lint [COMMAND]

To install Omnilint's git hooks:

$ cd path/to/repository
$ lint install

Sign Up

Create your free Omnilint account:

$ lint signup

Log In

Log in with your existing Omnilint account:

$ lint login

Version

Print the CLI version:

$ lint version

Help

Print the list of available commands:

$ lint --help

Website

https://www.omnilint.com