Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

fis-lint-css

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fis-lint-css

a fis lint for css

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
6
500%
Maintainers
1
Weekly downloads
 
Created
Source

Usage

fis-conf.js

fis.match( '*.css', {
    lint: fis.plugin('css', {
        rules: {},// rules: https://github.com/CSSLint/csslint/wiki/Rules
        formatter: {
            formatterId: 'formatterId', // formatterId
            options: {} //formatter options
        }
    })
})

rules如果没提供使用默认的rules,见csslint rules. formatter根据csslint提供的formatterId,如果没有默认使用formatters目录下的csslint-friendly-formatter,此插件是基于eslint-friendly-formatter改造

FAQs

Package last updated on 31 Oct 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