3.0.0 • Published 8 months ago

@atws/prettier-config v3.0.0

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

@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
3.0.0

8 months ago

2.0.0

9 months ago

1.2.0

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago