1. @magicdawn/prettier-config
@magicdawn/prettier-config
@magicdawn/prettier-config
Package: @magicdawn/prettier-config
Created by: magicdawn
Last modified: Tue, 05 Dec 2023 06:41:23 GMT
Version: 0.0.3
License: MIT
Downloads: 110
Repository: https://github.com/magicdawn/prettier-config

Install

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

@magicdawn/prettier-config

prettier config for self use

npm version
npm downloads
npm license

Install

 $ pnpm add -D @magicdawn/prettier-config

Usage

package.json

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

prettier.config.cjs

 module.exports = {
  ...require('@magicdawn/prettier-config'),
}

prettier.config.js with type=module

 import defaultConfig from '@magicdawn/prettier-config'

export default {
  ...defaultConfig,
}

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

Dependencies

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