csslint-next

1.1.1 • Public • Published

csslint-next

Customized version of CSSLint

It contains original CSSLint, together with customized parser-lib

Differences from original:

Installation

$ npm install csslint-next

Additional Rules

List of additional rules implemented within this package.

eol-at-eof

Require end of line (\n - LINE FEED) character at end of file

eol

Require strictly unix end of line (\n - LINE FEED) characters, any other end of lines (specifically: \r - CARRIAGE RETURN) are reported as errors

multi-eol

Do not allow more than two empty lines in a row

tabs

Expect indentation with tabs. It will report on any space characters at begin of line, and mixed tabs and spaces.

ws-at-eol

Disallow whitespace characters at end of line

Tests Build Status

$ npm test

/csslint-next/

    Package Sidebar

    Install

    npm i csslint-next

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • medikoo