Skip to content

Commit 1826c62

Browse files
committed
Fix linting
1 parent 709cd97 commit 1826c62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ throw new ExampleError('...', {
111111

112112
## Using `package.json`
113113

114-
```js
114+
```json
115115
// package.json
116116
// See https://docs.npmjs.com/cli/configuring-npm/package-json#bugs
117117
{
118-
...
118+
// ...
119119
"bugs": {
120120
"url": "https://github.com/my-name/my-project/issues"
121-
},
122-
...
121+
}
122+
// ...
123123
}
124124
```
125125

0 commit comments

Comments
 (0)