Socket
Socket
Sign inDemoInstall

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 - Omniscient code linter.


Version published
Maintainers
1
Created
Source

Omnilint logo Omnilint logo


Installation (global)

Install globally:

$ npm i -g lint

Usage (global)

Get inside your repository:

$ cd /path/to/repo

Use it globally

$ lint [COMMAND]

Start new repository:

$ lint init

Lint files linted by git:

$ lint

To install git hooks:

$ cd path/to/repository
$ lint install:hooks

Installation (local)

Install into your devDependencies:

$ npm i -D lint

Usage (local)

Use it with NPX from inside your repository:

$ npx lint [COMMAND]

To install git hooks:

$ npx lint install:hooks
Usage: lint [options] [command]

Options:
  -v, --version          output the version number
  -h, --help             output usage information

Commands:
  init                   Initializes current repository
  install:hooks          Install git hooks
  install:eslint         Install ESLint
  install:erblint        Install ERB Lint
  install:brakeman       Install Brakeman
  install:rubocop        Install Rubocop
  install:stylelint      Install StyleLint
  lint:staged [options]  Lint Staged files
  pre-commit [options]   Simulates pre-commit git hook actions.
  prepare-commit-msg     Triggers 'prepare-commit-msg' hook actions.
  post-commit            Triggers 'post-commit' hook actions.
  prettify <extenstion>  Run Prettier on project.
  login                  Sign in on local device.
  logout                 Sign out from local device.
  signup                 Creates an account
  whoami                 Get current user status

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 08 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