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 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