Skip to content

Commit da003a1

Browse files
xbinaryxnzakas
andauthored
Update designs/2026-rule-tester-meta-deprecated-validation/README.md
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
1 parent ef5e6c2 commit da003a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • designs/2026-rule-tester-meta-deprecated-validation

designs/2026-rule-tester-meta-deprecated-validation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Rule deprecation metadata is used by ESLint to populate `usedDeprecatedRules` an
1717

1818
When `RuleTester#run()` is called, `RuleTester` will validate `rule.meta.deprecated` at the very beginning of the execution, before any valid or invalid test cases are run. This will be implemented as part of the existing `assertRule()` validation function, which runs early in the process. If `meta.deprecated` is omitted or set to `undefined`, no validation error is reported.
1919

20-
The accepted values are:
20+
Examples of accepted values are:
2121

2222
```js
2323
meta: {

0 commit comments

Comments
 (0)