0.2.0 • Published 3 years ago

@rodgeraraujo/stylelint-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

stylelint-config

npm version

Installation

With npm:

npm install --save-dev stylelint @rodgeraraujo/stylelint-config
npm install --save-dev prettier @rodgeraraujo/prettier-config

Usage

Edit package.json:

{
  "name": "your-library",
  "version": "0.1.0",
  "stylelint": {
    "extends": "@rodgeraraujo/stylelint-config"
  }
}

Or using stylelint.config.js:

module.exports = {
  extends: '@rodgeraraujo/stylelint-config',
};

Related projects

License

Copyright (c) 2021 rodgeraraujo. All rights reserved.

This project is licensed under the terms of the MIT license.