UNPKG

@theguild/prettier-config

Version:

The Guild's shared Prettier config

136 lines (89 loc) 5.1 kB
# @theguild/prettier-config ## 1.2.0-rc-20230604083443-fee03db ### Minor Changes - [#228](https://github.com/the-guild-org/shared-config/pull/228) [`e899b0c`](https://github.com/the-guild-org/shared-config/commit/e899b0cba701d9b1e7fe193679a5f0a43324100b) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Better prettier plugin for sorting imports ### Patch Changes - [#228](https://github.com/the-guild-org/shared-config/pull/228) [`e899b0c`](https://github.com/the-guild-org/shared-config/commit/e899b0cba701d9b1e7fe193679a5f0a43324100b) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: - Added dependency [`@ianvs/prettier-plugin-sort-imports@4.0.0-alpha.3` ↗︎](https://www.npmjs.com/package/@ianvs/prettier-plugin-sort-imports/v/4.0.0) (to `dependencies`) - Removed dependency [`@trivago/prettier-plugin-sort-imports@^4.1.1` ↗︎](https://www.npmjs.com/package/@trivago/prettier-plugin-sort-imports/v/4.1.1) (from `dependencies`) ## 1.1.3 ### Patch Changes - [`ec9c470`](https://github.com/the-guild-org/shared-config/commit/ec9c4703445a62dc1e3e58c978cd3dd359526c63) Thanks [@dotansimha](https://github.com/dotansimha)! - Bump @trivago/prettier-plugin-sort-imports ## 1.1.2 ### Patch Changes - [`c307302`](https://github.com/the-guild-org/shared-config/commit/c30730275a7f442c613b7d5268da4dd2ad004950) Thanks [@dotansimha](https://github.com/dotansimha)! - Test release flow ## 1.1.1 ### Patch Changes - [#157](https://github.com/the-guild-org/shared-config/pull/157) [`3f7437f`](https://github.com/the-guild-org/shared-config/commit/3f7437f6430459661b5d40b3f6f49666042b4122) Thanks [@B2o5T](https://github.com/B2o5T)! - format svg with html parser ## 1.1.0 ### Minor Changes - [#154](https://github.com/the-guild-org/shared-config/pull/154) [`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - prettier should be responsible for import sorting instead of eslint ### Patch Changes - [#154](https://github.com/the-guild-org/shared-config/pull/154) [`8e8e708`](https://github.com/the-guild-org/shared-config/commit/8e8e70847a71de1e5395c1b5a7211a910328daf0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates: - Added dependency [`@trivago/prettier-plugin-sort-imports@^4.0.0` ↗︎](https://www.npmjs.com/package/@trivago/prettier-plugin-sort-imports/v/4.0.0) (to `dependencies`) - [#162](https://github.com/the-guild-org/shared-config/pull/162) [`19085c2`](https://github.com/the-guild-org/shared-config/commit/19085c22066663353b49e1b1618b259863d70410) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Even prettier imports ## 1.0.0 ### Major Changes - [#97](https://github.com/the-guild-org/shared-config/pull/97) [`332219e`](https://github.com/the-guild-org/shared-config/commit/332219e166ac43a96ce6470c5b4e9a1243f71774) Thanks [@B2o5T](https://github.com/B2o5T)! - update prettier config ### Patch Changes - [#97](https://github.com/the-guild-org/shared-config/pull/97) [`332219e`](https://github.com/the-guild-org/shared-config/commit/332219e166ac43a96ce6470c5b4e9a1243f71774) Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates: - Added dependency [`prettier-plugin-pkg@^0.17.1` ↗︎](https://www.npmjs.com/package/prettier-plugin-pkg/v/0.17.1) (to `dependencies`) ## 0.1.1 ### Patch Changes - [#73](https://github.com/the-guild-org/shared-config/pull/73) [`570f65a`](https://github.com/the-guild-org/shared-config/commit/570f65a26e22049abc1a5a27c7f3ccb5f39d8e7a) Thanks [@B2o5T](https://github.com/B2o5T)! - add `package.json` to `exports` field ## 0.1.0 ### Minor Changes - [#50](https://github.com/the-guild-org/shared-config/pull/50) [`3f642fd`](https://github.com/the-guild-org/shared-config/commit/3f642fd029f946fe3013066b6c1545507ffbeba5) Thanks [@B2o5T](https://github.com/B2o5T)! - update deps ### Patch Changes - [#50](https://github.com/the-guild-org/shared-config/pull/50) [`3f642fd`](https://github.com/the-guild-org/shared-config/commit/3f642fd029f946fe3013066b6c1545507ffbeba5) Thanks [@B2o5T](https://github.com/B2o5T)! - dependencies updates: - Updated dependency [`prettier-plugin-sh@^0.12.8` ↗︎](https://www.npmjs.com/package/prettier-plugin-sh/v/null) (from `^0.12.0`, in `dependencies`) ## 0.0.3 ### Patch Changes - [#26](https://github.com/the-guild-org/shared-config/pull/26) [`d650d86`](https://github.com/the-guild-org/shared-config/commit/d650d86fe164f52b17a0486ab8fcf721b205235e) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: - Updated dependency [`prettier-plugin-sh@^0.12.0` ↗︎](https://www.npmjs.com/package/prettier-plugin-sh/v/^0.12.0) (was `^0.11.0`, in `dependencies`) ## 0.0.2 ### Patch Changes - 86ae0ca: Use `require` statements for working around the VSCode plugin being unable to resolve the plugin modules. ## 0.0.1 ### Patch Changes - 73ed164: first alpha version