1.1.1 • Published 10 years ago

csslint-next v1.1.1

Weekly downloads
43
License
MIT
Repository
github
Last release
10 years ago

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
1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago