Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

alehechka/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@alehechka/prettier-config

A Prettier shareable config for projects using Prettier and JavaScript Standard Style as ESLint rules or separate processes.

Installation

npm install --save-dev @alehechka/prettier-config
yarn add @alehechka/prettier-config --dev

This is only a shareable configuration. It does not install Prettier, Standard, ESLint, or any other part of the tool chain.

Usage

Reference it in package.json using the prettier property:

{
	"name": "my-projects-name",
	"prettier": "@alehechka/prettier-config",
	"devDependencies": {
		"@alehechka/prettier-config": "^1.0.0"
	}
}

About

Prettier npm settings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published