3.0.0 • Published 10 months ago

@slhs/prettier-config v3.0.0

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

@slhs/prettier-config

This is the SLHS Prettier configuration.

npm Version Build Status

Install

npm install --save-dev prettier @slhs/prettier-config

Usage

Follow the Prettier documentation on sharing configurations.

Examples

prettier.config.js

const prettierConfig = require('@slhs/prettier-config');

module.exports = {
  ...prettierConfig,
  // overrides here
};

.prettierignore

.vscode
dist
dist-ssr
package.json
package-lock.json
**/*.typegen.ts

package.json

{
  "scripts": {
    ...
    "format": "prettier --cache --write .",
    ...
  }
}
3.0.0

10 months ago

2.0.0

10 months ago

1.0.1

1 year ago

1.0.0

2 years ago

0.0.1

2 years ago