@theholocron/stylelint-config
v4.0.0
Published
A StyleLint configuration for writing well-formed CSS within the Galaxy.
Readme
StyleLint Config
A StyleLint configuration for writing well-formed CSS.
Installation
npm install --save-dev @theholocron/stylelint-configUsage
In your project stylelint.config.js add the following:
import theHolocron from "@theholocron/stylelint-config";
export default [...theHolocron];