1.0.1 • Published 4 months ago

prettier-interpolation-bracket-spacing v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Prettier Interpolation Bracket Spacing

A Prettier plugin to respect the bracket spacing option in interpolations.

Install

npm install --save-dev prettier-interpolation-bracket-spacing
pnpm add --save-dev prettier-interpolation-bracket-spacing
yarn add --dev prettier-interpolation-bracket-spacing

Usage

{
    "tabWidth": 2,
    "trailingComma": "none",
    "bracketSpacing": false,
    "plugins": ["prettier-interpolation-bracket-spacing"]
}
1.0.1

4 months ago

1.0.0

1 year ago