https://github.com/AtomLinter/linter-csslint
Linter plugin for CSS, using csslint.
https://github.com/AtomLinter/linter-csslint
Last synced: 10 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:28:24.000Z (almost 3 years ago)
- Last Synced: 2024-08-14T10:14:00.460Z (almost 2 years 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 [](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
```