Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippbaschke/convert-to-stylelint
Automatically convert linter configurations to a stylelint configuration.
https://github.com/philippbaschke/convert-to-stylelint
Last synced: 2 months ago
JSON representation
Automatically convert linter configurations to a stylelint configuration.
- Host: GitHub
- URL: https://github.com/philippbaschke/convert-to-stylelint
- Owner: PhilippBaschke
- License: mit
- Created: 2016-05-02T08:01:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T13:59:40.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T11:43:17.375Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 19
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# convert-to-stylelint
[![npm](https://img.shields.io/npm/v/convert-to-stylelint.svg?maxAge=3600)](https://www.npmjs.com/package/convert-to-stylelint)
[![npm](https://img.shields.io/npm/l/convert-to-stylelint.svg?maxAge=2592000)](https://www.npmjs.com/package/convert-to-stylelint)
[![Travis](https://img.shields.io/travis/PhilippBaschke/convert-to-stylelint.svg?maxAge=3600)](https://travis-ci.org/PhilippBaschke/convert-to-stylelint)
[![Coveralls](https://img.shields.io/coveralls/PhilippBaschke/convert-to-stylelint.svg?maxAge=3600)](https://coveralls.io/github/PhilippBaschke/convert-to-stylelint)Automatically convert linter configurations to a stylelint configuration.
## Status & Roadmap
**convert-to-stylelint** is not able to convert any configurations yet.
You can manually convert your [scss-lint][] configuration with the
[scss-lint conversion table][].- [ ] `convert` function that can be used in a script
- [ ] CLI for easy conversions[scss-lint]: https://github.com/brigade/scss-lint
[scss-lint conversion table]: docs/conversion-tables/scss-lint.md