1.0.5 • Published 3 years ago

@ttionya/test v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

@ttionya/prettier-config

npm npm npm

Prettier rules.

Note: Prettier v2 started supporting shared configurations.

Usage

Prettier v1

If you still want to use Prettier v1, copy prettierrc@v1.js to the root of your project and rename it to .prettierrc.js.

Prettier v2 (recommend)

Install

npm i -D @ttionya/prettier-config

Configure

/* .prettierrc.js */

module.exports = {
  ...require('@ttionya/prettier-config'),

  // You can overwrite some properties from the shared configuration.
}

License

ISC

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago