1. @stylelint/prettier-config
stylelint org's shareable config for prettier
@stylelint/prettier-config
Package: @stylelint/prettier-config
Created by: stylelint
Last modified: Mon, 10 Jul 2023 03:31:04 GMT
Version: 3.0.0
License: MIT
Downloads: 4,049
Repository: https://github.com/stylelint/prettier-config

Install

npm install @stylelint/prettier-config
yarn add @stylelint/prettier-config

@stylelint/prettier-config

NPM version Build Status

stylelint org's shareable config for prettier.

For consistent formatting across stylelint's repos.

Installation

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

Usage

Add this to your package.json:

 {
  "prettier": "@stylelint/prettier-config"
}

Changelog

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