prettier-define-config
v1.0.1
Published
Provide type hints and checks when you define the configuration
Downloads
6
Maintainers
Readme
✨ Introduction
Provide type hints and checks when you define the configuration
📦 Installation
# You may need to pre install prettier
pnpm i prettier -D
# pnpm
pnpm i prettier-define-config -D
🦄 Usage
import a defineConfig
function in.prettierrc.js
files.
/* .prettierrc.js */
const { defineConfig } = require('prettier-define-config')
module.exports = defineConfig({
...
})