1. stylelint-config-booheefe
Stylelint config for Boohee FE team
stylelint-config-booheefe
Package: stylelint-config-booheefe
Created by: BooheeFE
Last modified: Wed, 18 May 2022 22:33:44 GMT
Version: 1.0.8
License: MIT
Downloads: 18
Repository: https://github.com/BooheeFE/stylelint-config-booheefe

Install

npm install stylelint-config-booheefe
yarn add stylelint-config-booheefe

stylelint-config-booheefe

npm
npm
GitHub license

This package provides BooheeFE's base JS .stylelintrc as an extensible shared config.

Usage

Our default export contains all of our stylelint rules.

First, install this package

 yarn add --dev stylelint-config-booheefe stylelint

or

npm install --save-dev stylelint-config-booheefe stylelint

Then add following contents to your .stylelintrc file

{
  "extends": "stylelint-config-booheefe"
}

License

The MIT License.

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin