🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

imlint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imlint

![imlint-init](https://raw.githubusercontent.com/xsbailong/img/master/imlint/imlint-init.gif)

1.0.1
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

##imlint

Screenshot

imlint init

imlint-init

imlint check

imlint-check

Installation

npm install imlint -g

Start

新项目接入

cd 新项目目录
git init
npm init
imlint init

老项目接入

imlint init

Usage

imlint init 初始化项目

imlint check 检测当前目录
imlint check a.js 检测当前目录的a.js
imlint check test/a.scss 检测test/a.scss
imlint check test1 test2 检测test1, test2目录

imlint hook 手动安装项目git钩子
imlint hook -d 卸载项目git钩子

API

var imlint = require('imlint');
imlint.check([filename1, filename2]);

相关

  • sasslint 配置及依赖
  • eslint 及依赖
  • editorconfig 推荐配置
  • gitignore 推荐设置

Keywords

imlint

FAQs

Package last updated on 07 Dec 2016

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