https://github.com/vikrantnegi/csslint-config
My Personal CSS Lint Configuration file by extending stylelint's stylelint-config-standard
https://github.com/vikrantnegi/csslint-config
csslint stylelint
Last synced: over 1 year ago
JSON representation
My Personal CSS Lint Configuration file by extending stylelint's stylelint-config-standard
- Host: GitHub
- URL: https://github.com/vikrantnegi/csslint-config
- Owner: vikrantnegi
- Created: 2016-03-09T11:54:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T11:48:52.000Z (over 8 years ago)
- Last Synced: 2025-02-14T08:18:31.923Z (over 1 year ago)
- Topics: csslint, stylelint
- Language: CSS
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csslint-config
>My Personal CSS Lint Configuration file
>Extension of [stylelint's](https://github.com/stylelint/stylelint) [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)
## For detailed Installation
Go to [stylelint](https://github.com/stylelint/stylelint) repo to find installation of stylelint and use [CLI](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/cli.md), [Node API](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/node-api.md) or [PostCSS plugin](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/postcss-plugin.md) to get started.
## Quick start
```bash
# Clone git repo
git clone https://github.com/vikrantnegi/csslint-config
cd csslint-config
#Install stylelint
npm install stylelint
# Install all required dependencies
npm install
# Start linting by either putting all your CSS files or particular one, in the css folder and
To Lint all your css files at once run: stylelint css/*.css
To Lint a particular css file run: stylelint css/file-name.css
```
### Tutorials for stylelint
* [creativenightly](http://www.creativenightly.com/2016/02/How-to-lint-your-css-with-stylelint/)
### Quick Links
* [stylelint](https://github.com/stylelint/stylelint)
* [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard)