You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESLint adheres to the Open JS Foundation Code of Conduct:
14
+
https://eslint.org/conduct
15
+
-->
16
+
17
+
**What is the name of the syntax to implement?**
18
+
19
+
<!-- for example, "class fields" -->
20
+
21
+
**Please provide the TC39 URL for the syntax proposal:**
22
+
23
+
24
+
25
+
**Please provide some example code for the new syntax:**
26
+
27
+
```js
28
+
// example code here
29
+
```
30
+
31
+
## Implementation Checklist
32
+
33
+
Please check off all items that have already been completed. Be sure to paste the pull request URLs next to each item so we can verify the work as done.
34
+
35
+
-[ ] Ecma262 update: <!-- paste PR URL for this syntax here -->
36
+
-[ ] ESTree update: <!-- paste PR URL for this ESTree update here -->
37
+
-[ ] Acorn update: <!-- paste PR URL for this syntax here -->
38
+
-[ ]`eslint-visitor-keys` update: <!-- paste PR URL for this syntax here -->
39
+
-[ ]`espree` update: <!-- paste PR URL for this syntax here -->
40
+
-[ ]`eslint-scope` update: <!-- paste PR URL for this syntax here -->
41
+
-[ ]`eslint` update: <!-- paste PR URL for this syntax here -->
42
+
43
+
**Are you willing to submit a pull request to implement this syntax?**
0 commit comments