Skip to content

prettier-config 2.0.0

Install from the command line:
Learn more about npm packages
$ npm install @smartcar/prettier-config@2.0.0
Install via package.json:
"@smartcar/prettier-config": "2.0.0"

About this version

@smartcar/prettier-config Build Status Greenkeeper

Smartcar's sharable prettier configuration file.

Installation

  1. Authenticate with GitHub package registry by following these steps.

  2. npm install --save-dev @smartcar/prettier-config

  3. Create a .prettierrc.js file in the root of your project containing the following:

    'use strict';
    
    module.exports = require('@smartcar/prettier-config');

Usage

npx prettier --write [filename ...]

See CLI · Prettier for more.

Related

License

MIT © Smartcar, Inc.

Details


Assets

  • prettier-config-2.0.0-npm.tgz

Download activity

  • Total downloads 1,253
  • Last 30 days 332
  • Last week 54
  • Today 7

Recent versions

View all