README
@9renpoto/stylelint-config
SETUP
npm i stylelint @9renpoto/stylelint-config -D
// .stylelintrc.js
module.exports = {
extends: '@9renpoto/stylelint-config',
}
@9renpoto stylelint config
<script type="module">
import 9renpotoStylelintConfig from 'https://cdn.skypack.dev/@9renpoto/stylelint-config';
</script>
npm i stylelint @9renpoto/stylelint-config -D
// .stylelintrc.js
module.exports = {
extends: '@9renpoto/stylelint-config',
}