Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Shared code formatting rules to be used with Prettier

Notifications You must be signed in to change notification settings

datawrapper/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A shared set of code formatting rules to be used across Datawrapper projects.

To use this config, install it via NPM along with Prettier:

npm install -D prettier@2 @datawrapper/prettier-config

Then you can include it in your project's Prettier configuration, which most probably lives in its package.json:

{
    "name": "my-cool-project",
    "version": "1.0.0",
    "dependencies": {},
    "prettier": "@datawrapper/prettier-config"
}

About

Shared code formatting rules to be used with Prettier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published