@esgi/stylelint-config
v0.4.2
Published
StyleLint configuration
Downloads
6
Maintainers
Readme
@esgi/stylelint-config
StyleLint configuration
Requirements
- Terminal
- Node
- NPM
- NPX
Installation
$ npm install --save-dev stylelint @esgi/stylelint-config
Usage
Without configuration
With a single file
$ npx @esgi/stylelint-config index.css
With multiple files
$ npx @esgi/stylelint-config first.css second.css third.css
Using a glob
$ npx @esgi/stylelint-config *.css
With configuration
$ touch .stylelintrc.js
"use strict";
module.exports = {
extends: "@esgi/stylelint-config"
};
$ touch package.json
{
"scripts": {
"stylelint": "stylelint index.css"
}
}
$ npm run stylelint
Code of conduct
See CODE_OF_CONDUCT.md
.
Contributing
See CONTRIBUTING.md
.
Changelog
See CHANGELOG.md
.
License
See LICENSE
.