-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Closed
Copy link
Labels
enhancement: plugin rule optionNew rule option for an existing eslint-plugin ruleNew rule option for an existing eslint-plugin rulepackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin
Description
Repro
export const FOO = 'hello';
const bar = 'world';
Expected Result
The ability to enforce a naming convention that only applies to exported members.
Actual Result
Cannot narrow down selector enough.
Additional Info
Related to: #1612
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
3.4.0 |
@typescript-eslint/parser |
3.4.0 |
TypeScript |
3.9.5 |
ESLint |
7.2.0 |
node |
14.4.0 |
npm |
6.14.5 |
Metadata
Metadata
Assignees
Labels
enhancement: plugin rule optionNew rule option for an existing eslint-plugin ruleNew rule option for an existing eslint-plugin rulepackage: eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin