1.0.0-dev • Published 10 months ago

@chegg-configs/prettier v1.0.0-dev

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

@chegg-configs/prettier

Standard Prettier configuration for chegg projects.

Install

npm i @chegg-configs/prettier
// or
yarn add @chegg-configs/prettier

Usage

Add to your prettier.config.js:

module.exports = {
  ...require('@chegg-configs/prettier'),
  semi: false,
};
1.0.0-dev

10 months ago

1.3.0

10 months ago

1.0.7

10 months ago

1.0.0

10 months ago