Skip to content

Commit

Permalink
docs: mark type of code example as jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 19, 2020
1 parent a9d7d1a commit c35fb55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ inherited class members and members that come from an interface.

Lint rule that checks the names of class members against a pattern. Configured per modifier, e.g.

```json
```jsonc
{
"member-naming": [
true,
Expand Down Expand Up @@ -110,7 +110,7 @@ Rule that enforces certain decorator properties to be defined and to match a pat
Properties can be forbidden by prefixing their name with a `!`. Supports whitelisting
files via the third argument, as well as validating all the arguments by passing in a regex. E.g.

```json
```jsonc
{
"validate-decorators": [
true,
Expand Down

0 comments on commit c35fb55

Please sign in to comment.