Skip to content

Commit 3c89143

Browse files
committed
2 parents 4aa238c + 912e400 commit 3c89143

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/src/contribute/governance.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ The ESLint project is jointly governed by a Technical Steering Committee (TSC) w
111111

112112
The TSC has final authority over this project including:
113113

114-
* Technical direction.
115-
* Project governance and process (including this policy).
116-
* Contribution policy.
117-
* GitHub repository hosting.
114+
* Technical direction
115+
* Project governance and process (including this policy)
116+
* Contribution policy
117+
* GitHub repository hosting
118118

119119
TSC seats are not time-limited. The size of the TSC can not be larger than five members. This size ensures adequate coverage of important areas of expertise balanced with the ability to make decisions efficiently.
120120

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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:

packages/eslint-config-eslint/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/eslint/eslint"
28+
"url": "https://github.com/eslint/eslint",
29+
"directory": "packages/eslint-config-eslint"
2930
},
3031
"homepage": "https://eslint.org",
3132
"bugs": "https://github.com/eslint/eslint/issues/",

0 commit comments

Comments
 (0)