New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@geekcojp/csscomb-config

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geekcojp/csscomb-config

@geekcojp csscomb config

0.1.5
latest
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

csscomb-config

GEEK Inc. CSSComb Config

Install

yarn add -D @geekcojp/csscomb-config

Usage

Local

csscomb --config ./node_modules/@geekcojp/csscomb-config/config.json

Node.js

const Comb = require('csscomb');
const config = require('@geekcojp/csscomb-config');
const comb = new Comb(config);

Keywords

csscomb

FAQs

Package last updated on 15 Jan 2018

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