Skip to content

Commit

Permalink
docs: fix missing quotation mark in explicit-member-accessibility.md (#…
Browse files Browse the repository at this point in the history
…8384)

Fix missing quotation mark in explicit-member-accessibility.md
  • Loading branch information
donatj committed Feb 6, 2024
1 parent 289ee88 commit 559c0c4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ This rule in its default state requires no configuration and will enforce that e

```jsonc
{
"accessibility: "explicit",
"accessibility": "explicit",
"overrides": {
"accessors": "explicit",
"constructors": "no-public",
"methods": "explicit",
"properties": "off",
"parameterProperties": "explicit"
}
"parameterProperties": "explicit",
},
}
```

Expand Down

0 comments on commit 559c0c4

Please sign in to comment.