@atws/prettier-config

3.0.0 • Public • Published

@atws/prettier-config

npm

This package contains a simple base config for prettier.

Usage

Install prettier and the package:

yarn add -D prettier @atws/prettier-config

Create a .prettierrc.js file in the root of your project and extend the base config.

const preset = require('@atws/prettier-config')

/** @type {import("prettier").Options} */
const config = {
  ...preset,
  plugins: [...preset.plugins],
}

module.exports = config

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.01latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.01
2.0.00
1.2.07
1.1.40
1.1.30
1.1.20
1.1.00
1.0.11
1.0.00

Package Sidebar

Install

npm i @atws/prettier-config

Weekly Downloads

9

Version

3.0.0

License

MIT

Unpacked Size

1.82 kB

Total Files

3

Last publish

Collaborators

  • nimmervoll