eslint-plugin-prettier 5.5.3 → 5.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -166,7 +166,7 @@ const eslintPluginPrettier = {
166
166
  additionalProperties: true,
167
167
  },
168
168
  },
169
- additionalProperties: true,
169
+ additionalProperties: false,
170
170
  },
171
171
  ],
172
172
  messages: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-prettier",
3
- "version": "5.5.3",
3
+ "version": "5.5.4",
4
4
  "description": "Runs prettier as an eslint rule",
5
5
  "repository": "https://github.com/prettier/eslint-plugin-prettier.git",
6
6
  "homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",
package/worker.mjs CHANGED
@@ -165,6 +165,9 @@ runAsWorker(
165
165
  'angular',
166
166
  'svelte',
167
167
  'pug',
168
+ 'oxc',
169
+ 'oxc-ts',
170
+ 'hermes',
168
171
  ];
169
172
  if (parserBlocklist.includes(/** @type {string} */ (inferredParser))) {
170
173
  return;