Skip to content

Latest commit

 

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

prettier-config

Spotify's base Prettier config.

Installation

yarn add --dev @spotify/prettier-config

Usage

After installing, update your project's prettier.config.js file to import the rule sets you want:

module.exports = {
  ...require('@spotify/prettier-config'),
  // your overrides here
};

Read the Prettier config docs for more information.