* chore(deps-dev): bump prettier-plugin-svelte from 2.4.0 to 2.5.1 Bumps [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/sveltejs/prettier-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/prettier-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](https://github.com/sveltejs/prettier-plugin-svelte/compare/v2.4.0...v2.5.1) --- updated-dependencies: - dependency-name: prettier-plugin-svelte dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .prettierrc Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"svelteSortOrder": "options-scripts-markup-styles",
|
|
"bracketSameLine": true,
|
|
"useTabs": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100
|
|
}
|