Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SublimeLinter/SublimeLinter-stylelint
This linter plugin for SublimeLinter provides an interface to stylelint.
https://github.com/SublimeLinter/SublimeLinter-stylelint
Last synced: 3 months ago
JSON representation
This linter plugin for SublimeLinter provides an interface to stylelint.
- Host: GitHub
- URL: https://github.com/SublimeLinter/SublimeLinter-stylelint
- Owner: SublimeLinter
- License: mit
- Created: 2018-04-09T16:00:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-20T11:39:37.000Z (11 months ago)
- Last Synced: 2024-04-18T11:16:28.352Z (7 months ago)
- Language: Python
- Size: 43.9 KB
- Stars: 32
- Watchers: 7
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stylelint - sublimeLinter-stylelint - Sublime Text plugin. (Editor integrations)
README
SublimeLinter-stylelint
================================This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [stylelint](https://stylelint.io/).
## Installation
SublimeLinter must be installed in order to use this plugin.Please install via [Package Control](https://packagecontrol.io).
Before using this plugin, ensure that `stylelint` is installed on your system. To install `stylelint`, do the following:
1. Install [Node.js](http://nodejs.org) (and [npm](https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager) on Linux).
2. In your project directory, install `postcss` and `stylelint` by typing the following in a terminal:
```
npm install postcss stylelint
```## Settings
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.htmlstylelint for SublimeLinter will use your regular [stylelint configuration files](https://stylelint.io/user-guide/configure).