2.0.0 • Published 7 months ago

@lightspeed/config-prettier v2.0.0

Weekly downloads
1,645
License
MIT
Repository
github
Last release
7 months ago

@lightspeed/config-prettier

Introduction

Prettier configuration in a convenient package.

Quick Start

  1. Install the dependency in your webapp.
yarn add -D prettier @lightspeed/config-prettier
  1. Consume the Prettier configuration.
// prettier.config.js
module.exports = require('@lightspeed/config-prettier');
  1. Optionally, extend the configuration as you see fit.
const baseConfig = require('@lightspeed/config-prettier');

module.exports = Object.assign(baseConfig, {
  printWidth: 120,
});
2.0.0

7 months ago

1.0.0

4 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago