Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@movable/prettier-config

movableink4.5kMIT2.0.0

Shared Prettier configuration for Movable Ink

readme

@movable/prettier-config

Installation

If you run the Yeoman generator, the installation will be run for you:

yarn create @movable/lint-config

If you want to configure Prettier manually, add it to your devDependencies by running:

yarn add -D @movable/prettier-config prettier

You should then set up Prettier to use the configuration by creating a file called .prettierrc with the following contents:

"@movable/prettier-config"

This ensures that not only the ESLint configuration will use the shared configuration, but also any tooling like vscode-prettier or coc.nvim.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.0 (2024-03-20)

Note: Version bump only for package @movable/prettier-config

1.0.1 (2021-09-10)

Note: Version bump only for package @movable/prettier-config

0.3.6 (2021-01-27)

Note: Version bump only for package @movable/prettier-config

0.3.5 (2020-10-13)

Note: Version bump only for package @movable/prettier-config

0.3.4 (2020-09-15)

Note: Version bump only for package @movable/prettier-config

0.3.3 (2020-08-25)

Note: Version bump only for package @movable/prettier-config

0.3.2 (2020-04-21)

Note: Version bump only for package @movable/prettier-config

0.3.1 (2020-03-23)

Note: Version bump only for package @movable/prettier-config

0.3.0 (2020-01-09)

Features

  • include eslint and prettier as dependencies (f2e83d6), closes #24

0.2.2 (2020-01-02)

Note: Version bump only for package @movable/prettier-config

0.2.1 (2019-12-20)

Note: Version bump only for package @movable/prettier-config

0.2.0 (2019-12-19)

Note: Version bump only for package @movable/prettier-config