From 1fc8997ab6da3abdd1b102a142fea253355867a1 Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 23 Oct 2024 14:02:01 +0200 Subject: [PATCH 1/2] Add name to config --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6bde09f..c2805f4 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ const includeDeprecated = !process.env.ESLINT_CONFIG_PRETTIER_NO_DEPRECATED; const specialRule = 0; module.exports = { + name: "config-prettier", rules: { // The following rules can be used in some cases. See the README for more // information. These are marked with `0` instead of `"off"` so that a From 66e9913ba01fadcf2b2691ee8c79d6a9b84a0cfe Mon Sep 17 00:00:00 2001 From: Flo Edelmann Date: Wed, 23 Oct 2024 14:11:11 +0200 Subject: [PATCH 2/2] Add changeset --- .changeset/large-dodos-carry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/large-dodos-carry.md diff --git a/.changeset/large-dodos-carry.md b/.changeset/large-dodos-carry.md new file mode 100644 index 0000000..9266874 --- /dev/null +++ b/.changeset/large-dodos-carry.md @@ -0,0 +1,5 @@ +--- +"eslint-config-prettier": patch +--- + +Add name to config