We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5410331 commit 738ec02Copy full SHA for 738ec02
tools/tslint-rules/validateDecoratorsRule.ts
@@ -5,8 +5,9 @@ import * as minimatch from 'minimatch';
5
6
/**
7
* Rule that enforces certain decorator properties to be defined and to match a pattern.
8
- * Properties can be forbidden by prefixing their name with a `!`. Supports whitelisting
9
- * files via the third argument, as well as validating all the arguments by passing in a regex. E.g.
+ * Properties can be forbidden by prefixing their name with a `!`. Supports specifying a matcher for
+ * filtering valid files via the third argument, as well as validating all the arguments by passing
10
+ * in a regex. E.g.
11
*
12
* ```
13
* "validate-decorators": [true, {
0 commit comments