1.1.1 • Published 8 years ago

csslint-next v1.1.1

Weekly downloads
43
License
MIT
Repository
github
Last release
8 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

8 years ago

1.1.0

8 years ago

1.0.0

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago