Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lint

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lint

Omnilint CLI - Collaborative, authoritative cloud-based code linter..

  • 0.8.8
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Omnilint Logo


Installation (local)

Install Omnilint in your devDependencies (recommanded):

$ 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

FAQs

Package last updated on 04 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc