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