@esfront/stylelint-config
v0.1.0
Published
Install the correct versions of each package, which are listed by the command:
Downloads
302
Readme
@esfront/stylelint-config
Installation
Install the correct versions of each package, which are listed by the command:
npm info "@esfront/stylelint-config@latest" peerDependenciesIf using npm 5+, use this shortcut:
npx install-peerdeps --dev @esfront/stylelint-configUsage
Create a stylelint.config.js file with the following contents:
/** @type {import('stylelint').Config} */
export default {
extends: ['@esfront/stylelint-config'],
};