Skip to content

fllstx/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

prettier-config

Shared Prettier configuration for usage within the fullstax Gmbh & CO. KG.

Install

npm install --save-dev @fullstax/prettier-config

Usage

Please choose ONE of the following options:

package.json

{
  "name": "…",
  "version": "…",
  "prettier": "@fullstax/prettier-config"
}

.prettierrc.js

This option is useful, if you want to overwrite the common config with a project-specific one.

module.exports = {
  ...require("@fullstax/prettier-config"),
  "printWidth": 80,
};

About

πŸ’„ Shared Prettier configuration

Resources

Stars

Watchers

Forks

Packages

No packages published