Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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)

  • 0.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
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

FAQs

Package last updated on 14 Feb 2017

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