3.0.3 • Published 4 years ago

@sourcegraph/prettierrc v3.0.3

Weekly downloads
8,814
License
Apache-2.0
Repository
github
Last release
4 years ago

Sourcegraph Prettier Config

npm downloads build code style: prettier

Prettier config for projects at Sourcegraph.

Usage

npm install --save-dev @sourcegraph/prettierrc

Then add this prettier.config.js to the project:

module.exports = require('@sourcegraph/prettierrc')

Making changes

npm link
cd <project>
npm link @sourcegraph/prettierrc
npm run prettier

Publish a new version

Follow semver. Changing or adding a rule is a breaking change and requires a new major version.

npm version major|minor|patch
git push
git push --tags
npm publish
3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.1.0

7 years ago

1.0.0

7 years ago