fnx

Results 20 issues of fnx

Fixes #13689 #### Prerequisites checklist - [x] I have read the [contributing guidelines](https://github.com/eslint/eslint/blob/HEAD/CONTRIBUTING.md). #### What is the purpose of this pull request? (put an "X" next to an item) [...

rule
accepted
feature

This fixes #725 by creating a method based on the current `isUncommentedExport` and checking in `iterateJsdoc`, so other rules may be added as well. Currently it adds the option to...

## Motivation Add the `publicOnly` option from `require-jsdoc` to other rules. Personally I want to require jsdoc for all top-level functions for the types and only require descriptions when the...

enhancement

Currently there seems to be no way to get the AST and tokens without tokenizing the same source code twice (once with the TokenizerStream and once with the parse function)....

parser
feature request

### ESLint version 8.12.0 ### What problem do you want to solve? The rule tester currently checks if any fixes [result in a parser error](https://github.com/eslint/eslint/blob/8bb527660ffddc122204fb5bf59076687aaa78b8/lib/rule-tester/rule-tester.js#L654) but it does include suggestion...

enhancement
core

Fixes #2384 I looked up the parser specification for the [inside tag case](https://html.spec.whatwg.org/multipage/parsing.html#data-state) for potential additional cases which would differ: - `

| Q                       | A | ------------------------ | --- | Fixed Issues? | Fixes #16037 | Patch: Bug Fix? |👍 | Major: Breaking Change? | | Minor: New Feature? | |...

PR: Bug Fix :bug:

### 💻 - [X] Would you like to work on a fix? ### How are you using Babel? @babel/eslint-parser ### Input code Code: ```js const mod = module {} ```...

i: enhancement
area: eslint

## PR Checklist - [x] Addresses an existing open issue: fixes #8099 - [x] That issue was marked as [accepting prs](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aopen+is%3Aissue+label%3A%22accepting+prs%22) - [x] Steps in [Contributing](https://typescript-eslint.io/contributing) were taken ## Overview...

1 approval

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...

enhancement
package: typescript-estree
AST
accepting prs