Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b529a4c

Browse files
doberkoflerarmano2
authored andcommitted
docs(eslint-plugin): fix misspelled naming-convention rule name
1 parent 62e4ca0 commit b529a4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/eslint-plugin/docs/rules/naming-convention.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
229229

230230
```json
231231
{
232-
"@typescript-eslint/naming-conventions": [
232+
"@typescript-eslint/naming-convention": [
233233
"error",
234234
{ "selector": "variableLike", "format": ["camelCase"] }
235235
]
@@ -240,7 +240,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
240240

241241
```json
242242
{
243-
"@typescript-eslint/naming-conventions": [
243+
"@typescript-eslint/naming-convention": [
244244
"error",
245245
{
246246
"selector": "memberLike",
@@ -256,7 +256,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
256256

257257
```json
258258
{
259-
"@typescript-eslint/naming-conventions": [
259+
"@typescript-eslint/naming-convention": [
260260
"error",
261261
{
262262
"selector": "variable",
@@ -272,7 +272,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
272272

273273
```json
274274
{
275-
"@typescript-eslint/naming-conventions": [
275+
"@typescript-eslint/naming-convention": [
276276
"error",
277277
{
278278
"selector": "variable",
@@ -286,7 +286,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
286286

287287
```json
288288
{
289-
"@typescript-eslint/naming-conventions": [
289+
"@typescript-eslint/naming-convention": [
290290
"error",
291291
{
292292
"selector": "typeParameter",
@@ -301,7 +301,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
301301

302302
```json
303303
{
304-
"@typescript-eslint/naming-conventions": [
304+
"@typescript-eslint/naming-convention": [
305305
"error",
306306
{
307307
"selector": "default",

0 commit comments

Comments
 (0)