Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AtomLinter/linter-csslint

Linter plugin for CSS, using csslint.
https://github.com/AtomLinter/linter-csslint

Last synced: 3 months ago
JSON representation

Linter plugin for CSS, using csslint.

Awesome Lists containing this project

README

        

# linter-csslint [![Build Status](https://travis-ci.org/AtomLinter/linter-csslint.svg)](https://travis-ci.org/AtomLinter/linter-csslint)

This linter plugin for [Linter](https://github.com/AtomLinter/Linter) provides
an interface to [csslint](https://github.com/CSSLint/csslint). It will be used
with files that have the "CSS" or "HTML" syntax.

## Installation

If the `linter` is not already installed, it will be installed for you to
provide a UI for the service this package provides.

### Plugin installation

```ShellSession
apm install linter-csslint
```