New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

csscodesniffer

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

csscodesniffer

Verify that code standards are being properly followed with code sniffs

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

csscodesniffer

Verify that code standards are being properly followed with code sniffs. The code is currently in an early alpha state.

Getting Started

Install the module with: npm install csscodesniffer

var CSSCodeSniffer = require('csscodesniffer');
var sniffer = new CSSCodeSniffer(parser, ruleset);

CSSCodeSniffer.run(source, reporter);
csscs /path/to/css/file.css

Documentation

(Coming soon)

Examples

(Coming soon)

Special Thanks

There are a few projects that inspired my work on CSS Code Sniffer:

  • CSS Lint
  • PHP Code Sniffer

Contributing

If you plan on contributing for CSS Code Sniffer, we just ask that you submit a Pull Request from your forked repo with passing tests to verify your additions/fixes.

Also, contributing is not strictly limited to code pull requests. We need plenty of bug submissions, documentation updating, and any other quality assurance tests.

To Do

  • Finish Rule Tests
  • Create grunt contrib for codesniffer
  • Look into creating wrappers around SASS/LESS parsers

License

Copyright (c) 2014 Jake Smith Licensed under the MIT license.

Keywords

css

FAQs

Package last updated on 17 Jul 2014

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