autostylelint
v0.1.0
Published
Automagically fixes stylelint errors in stylesheet files.
Downloads
4
Maintainers
Readme
autostylelint
Work in progress
Requires an npm link
ed stylelint
with the changes from https://github.com/stylelint/stylelint/pull/2096.
Contributing
autostylelint
uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install -g gulp
npm install
gulp
automutate manages the runtime of taking in lint complaints from stylelint
.
These are mapped to Suggester
classes in src/suggesters
by name.
automutate-tests manages development-time tests verifying actual file mutations.
Adding a suggester
Add test case(s) under test/cases
that each have an original.css
, expected.css
, actual.css
, and .stylelintrc
.