Détail du package

@foray1010/prettier-config

foray1010400MIT11.0.1

Installation

readme

@foray1010/prettier-config

Installation

  1. yarn add -DE @foray1010/prettier-config prettier

  2. Create an .prettierrc.mjs in the project root

    export { default } from '@foray1010/prettier-config'
  3. Use default prettierignore via npm script

    {
      "scripts": {
        "prettier": "prettier --ignore-path=node_modules/@foray1010/prettier-config/prettierignore"
      }
    }

    then use npm run prettier or yarn prettier to replace prettier

changelog

Change Log

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

11.0.1 (2023-11-17)

Bug Fixes

  • prettier-config: ignore typed-css-modules generated files (46925a8)

11.0.0 (2023-11-17)

⚠ BREAKING CHANGES

  • require node ^18.12.0 || >=20.9.0

Miscellaneous Chores

  • require node ^18.12.0 || >=20.9.0 (e231508)

10.0.0 (2023-08-10)

⚠ BREAKING CHANGES

  • deps: update prettier to v3

Bug Fixes

  • deps: update prettier to v3 (4724464)

9.0.0 (2023-03-23)

⚠ BREAKING CHANGES

  • require node ^16.14.0 || >=18.12.0

Features

  • tsconfig: split tsconfig to mutliple files for different scenarios (fcaf3ae)

Miscellaneous Chores

  • require node ^16.14.0 || >=18.12.0 (5baf6eb)

8.0.1 (2023-02-25)

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

8.0.0 (2022-11-07)

⚠ BREAKING CHANGES

  • drop nodejs 14.17 and 18.11

Miscellaneous Chores

  • drop nodejs 14.17 and 18.11 (8e5c967)

7.0.5 (2022-09-28)

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

7.0.4 (2022-09-22)

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

7.0.3 (2022-08-24)

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

7.0.2 (2022-08-24)

Bug Fixes

  • remove unused ignore patterns (11d05bf)

7.0.1 (2022-06-13)

Bug Fixes

  • should drop node 17 in version range (0e911fd)

7.0.0 (2022-06-13)

⚠ BREAKING CHANGES

  • drop node 12 and 17

Miscellaneous Chores

6.0.1 (2021-11-10)

Bug Fixes

  • use bracketSameLine instead of deprecated jsxBracketSameLine (16eaf7a)

6.0.0 (2021-11-10)

⚠ BREAKING CHANGES

  • only support node ^12.22.0 || ^14.17.0 || >=16.13.0

Miscellaneous Chores

  • bump node version requirement (6906953)

5.0.1 (2021-08-25)

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

5.0.0 (2021-04-29)

⚠ BREAKING CHANGES

  • drop node 10

Miscellaneous Chores

4.3.0 (2021-02-23)

Features

  • ignore files under .yarn/ (e3487a7)

4.2.0 (2021-02-11)

Features

  • prettier-config: ignore pnpm-lock.yaml (ca427b2)

4.1.2 (2020-12-21)

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

4.1.1 (2020-08-26)

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

4.1.0 (2020-07-13)

Features

  • sort package.json via prettier (11dff1f)

4.0.2 (2020-06-25)

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

4.0.1 (2020-05-05)

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

4.0.0 (2020-03-28)

Features

  • support prettier v2 and follow new default config (93bbba3)

BREAKING CHANGES

  • require prettier v2

3.0.0 (2019-12-10)

chore

BREAKING CHANGES

  • drop nodejs < 10.13

2.0.0 (2019-11-14)

chore

  • remove support for .babelrc (d8a5e99)

Features

BREAKING CHANGES

  • .babelrc no longer automatically detect as json, use .babelrc.js instead

1.5.1 (2019-10-28)

Bug Fixes

  • prettier-config: explicitly use some options (31a1a21)

1.5.0 (2019-10-16)

Features

  • stricter peerDependencies range (52f58bc)

1.4.0 (2019-10-16)

Features

1.3.0 (2019-10-15)

Features

  • prettier-config: do not ignore circleci & github config files (98168e0)

1.2.0 (2019-10-15)

Features

  • prettier-config: treat .babelrc as json format (c81a803)

1.1.0 (2019-10-15)

Features

  • prettier-config: rename to @foray1010/prettier-config (ffdc263)