False positives when meta contains spread with prefer-message-ids
, require-meta-type
, require-meta-fixable
, require-meta-schema
#274
Labels
When there's a spread inside the meta object that we can't evaluate, we might want to stop flagging these violations since likely the spread fills these properties in already:
Example: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/src/rules/object-curly-spacing.ts
This issue is not specific to TypeScript.
The text was updated successfully, but these errors were encountered: