0.1.17 • Published 3 years ago

@twihike/stylelint-config v0.1.17

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

stylelint-config

npm version

Installation

With npm:

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

With yarn:

yarn add --dev stylelint @twihike/stylelint-config
yarn add --dev prettier @twihike/prettier-config

Usage

Edit package.json:

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

Or stylelint.config.js:

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

Related projects

License

Copyright (c) 2020 twihike. All rights reserved.

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