Skip to content

quitsmx/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@quitsmx/prettier-config

Prettier shareable config used by QuITS mx

Install

Install it as a devDependency with the appropriate command for your package manager.

Example:

pnpm add @quitsmx/prettier-config -D

Use It

In package.json:

{
  "name": "my-cool-library",
  "version": "1.0.0",
  "prettier": "@quitsmx/prettier-config"
}

In a supported configuration file like prettier.config.mjs, where you can override rules if you wish:

import commonConfig from '@quitsmx/prettier-config'

/**
 * @type {import("prettier").Config}
 */
const config = {
  ...commonConfig,
  printWidth: 96,
}

export default config

License

The MIT License © 2025 QuITS

About

Prettier shareable config used by QuITS mx

Resources

License

Stars

Watchers

Forks

Packages

No packages published