forked from eslint/eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into meta.hasSuggestions
* master: Chore: Adopt `eslint-plugin/require-meta-docs-url` rule internally (eslint#14823) Docs: New syntax issue template (eslint#14826) Chore: assertions on reporting loc in `unicode-bom` (refs eslint#12334) (eslint#14809) Docs: fix multiple broken links (eslint#14833) Chore: use `actions/setup-node@v2` (eslint#14816) Docs: Update README team and sponsors 7.31.0 Build: changelog update for 7.31.0 Upgrade: @eslint/eslintrc to v0.4.3 (eslint#14808) Update: add end location to report in `consistent-return` (refs eslint#12334) (eslint#14798) Docs: update BUG_REPORT template (eslint#14787) Docs: provide more context to no-eq-null (eslint#14801)
- Loading branch information
Showing
17 changed files
with
213 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: "\U0001F4DD Request new syntax support" | ||
about: Request new stage 4 syntax be supported. | ||
title: '' | ||
labels: | ||
- core | ||
- new syntax | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
ESLint adheres to the Open JS Foundation Code of Conduct: | ||
https://eslint.org/conduct | ||
--> | ||
|
||
**What is the name of the syntax to implement?** | ||
|
||
<!-- for example, "class fields" --> | ||
|
||
**Please provide the TC39 URL for the syntax proposal:** | ||
|
||
|
||
|
||
**Please provide some example code for the new syntax:** | ||
|
||
```js | ||
// example code here | ||
``` | ||
|
||
## Implementation Checklist | ||
|
||
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. | ||
|
||
- [ ] Ecma262 update: <!-- paste PR URL for this syntax here --> | ||
- [ ] ESTree update: <!-- paste PR URL for this ESTree update here --> | ||
- [ ] Acorn update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint-visitor-keys` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `espree` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint-scope` update: <!-- paste PR URL for this syntax here --> | ||
- [ ] `eslint` update: <!-- paste PR URL for this syntax here --> | ||
|
||
**Are you willing to submit a pull request to implement this syntax?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.