Shared Stylelint config for ASL19 projects.
npm install @asl-19/stylelint-config --dev
npx install-peerdeps @asl-19/stylelint-config --devCreate a stylelint.config.js containing (at least) the following:
const stylelintConfig = {
extends: ["@asl-19/stylelint-config"],
};
module.exports = stylelintConfig;This package is developed and used with Node.js 16. The code should be forward-compatible, but use with other Node.js versions is untested and unsupported.