Git Product home page Git Product logo

csslint-next's Introduction

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's People

Contributors

medikoo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

csslint-next's Issues

Allow for "appearance" value "radio"

The official draft spec seems to be heading in the direction of only allowing auto and none as possible values for the appearance property. However, at least Firefox supports a value of radio, and this article implies that Webkit does as well.

Currently using appearance: radio; causes csslint-next to output the following warning:

Expected (icon | window | desktop | workspace | document | tooltip | 
dialog | button | push-button | hyperlink | radio-button | checkbox | 
menu-item | tab | menu | menubar | pull-down-menu | pop-up-menu | 
list-menu | radio-group | checkbox-group | outline-tree | range | field | 
combo-box | signature | password | normal | none | inherit) but found 'radio'.

The code causing this is on line 3644 of parserlib.js.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.