StyleLint configuration
- Terminal
- Node
- NPM
- NPX
$ npm install --save-dev stylelint @esgi/stylelint-config
$ npx @esgi/stylelint-config index.css
$ npx @esgi/stylelint-config first.css second.css third.css
$ npx @esgi/stylelint-config *.css
$ touch .stylelintrc.js
"use strict";
module.exports = {
extends: "@esgi/stylelint-config"
};
$ touch package.json
{
"scripts": {
"stylelint": "stylelint index.css"
}
}
$ npm run stylelint
See CODE_OF_CONDUCT.md
.
See CONTRIBUTING.md
.
See CHANGELOG.md
.
See LICENSE
.