Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 712798a

Browse files
committed
Docs: fix snippet lang
1 parent d34a304 commit 712798a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

OVERVIEW.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Note: the easiest way to use a preset is with the [preset](#preset) option descr
1717
* [Yandex](https://github.com/jscs-dev/node-jscs/blob/master/presets/yandex.json)https://github.com/yandex/codestyle/blob/master/javascript.md
1818

1919
You can specifically disable any preset rule by creating a `.jscsrc` config file and assigning it to null or false, like so:
20-
```json
20+
```js
2121
{
2222
"preset": "jquery",
2323
"requireCurlyBraces": null // or false
@@ -251,7 +251,7 @@ Or you can load from it local path or as node module
251251
```
252252

253253
You can specifically disable any preset rule by assigning it to null or false, like so:
254-
```json
254+
```js
255255
{
256256
"preset": "jquery",
257257
"requireCurlyBraces": null // or false

0 commit comments

Comments
 (0)