0.1.0 • Published 9 years ago
autostylelint v0.1.0
autostylelint
Work in progress
Requires an npm linked 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
gulpautomutate 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.
0.1.0
9 years ago