autostylelint

0.1.0 • Public • Published

autostylelint

npm

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
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.

Package Sidebar

Install

npm i autostylelint

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • joshuakgoldberg