-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancement: 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
Hello!
It's not a bug report, it's a feature request.
Repro
{
"rules": {
"@typescript-eslint/naming-convention": [
"error",
{ "selector": "variableLike", "format": ["camelCase"] }
]
}
}
import * as Foo from "./foo";
Expected Result
The error.
Actual Result
No error.
Additional Info
N/A.
Versions
package | version |
---|---|
@typescript-eslint/eslint-plugin |
3.0.0 |
@typescript-eslint/parser |
3.0.0 |
TypeScript |
3.9.3 |
ESLint |
7.1.0 |
node |
X.Y.Z |
npm |
X.Y.Z |
bradzacher and pwillett
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issueenhancement: 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