Skip to content

Commit 576bcc5

Browse files
docs: mark more rules as handled by TypeScript (#19164)
1 parent 1f77c53 commit 576bcc5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/rules/no-class-assign.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: no-class-assign
33
rule_type: problem
4+
handled_by_typescript: true
45
---
56

67

docs/src/rules/no-new-native-nonconstructor.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: no-new-native-nonconstructor
33
layout: doc
44
rule_type: problem
5+
handled_by_typescript: true
56
related_rules:
67
- no-obj-calls
78
further_reading:

0 commit comments

Comments
 (0)