
Security News
NVD Quietly Sweeps 100K+ CVEs Into a “Deferred” Black Hole
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Install globally:
$ npm i -g lint
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
Install into your devDependencies:
$ npm i -D lint
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
Create your free Omnilint account:
$ lint signup
Log in with your existing Omnilint account:
$ lint login
Print the CLI version:
$ lint version
Print the list of available commands:
$ lint --help
FAQs
Omnilint - Omniscient code linter.
The npm package lint receives a total of 36,751 weekly downloads. As such, lint popularity was classified as popular.
We found that lint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
NVD now marks all pre-2018 CVEs as "Deferred," signaling it will no longer enrich older vulnerabilities, further eroding trust in its data.
Research
Security News
Lazarus-linked threat actors expand their npm malware campaign with new RAT loaders, hex obfuscation, and over 5,600 downloads across 11 packages.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.