Skip to content

[Experimental] Automagically fixes stylelint errors in stylesheet files.

License

Notifications You must be signed in to change notification settings

automutate/autostylelint

Repository files navigation

autostylelint

npm

Work in progress

Requires an npm linked stylelint with the changes from stylelint/stylelint#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.

About

[Experimental] Automagically fixes stylelint errors in stylesheet files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published