Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/AtomLinter/linter-csslint
- Owner: AtomLinter
- Archived: true
- Created: 2014-05-07T21:19:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:28:24.000Z (over 1 year ago)
- Last Synced: 2024-04-27T06:35:59.789Z (6 months ago)
- Language: JavaScript
- Size: 848 KB
- Stars: 38
- Watchers: 5
- Forks: 8
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
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
```