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

Commit

Permalink
Docs: remove leftover of yandex preset
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 14, 2016
1 parent 90fae1a commit 291bb41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OVERVIEW.md
Expand Up @@ -14,7 +14,6 @@ Note: the easiest way to use a preset is with the [preset](#preset) option descr
* [node-style-guide](https://github.com/jscs-dev/node-jscs/blob/master/presets/node-style-guide.json) - https://github.com/felixge/node-style-guide
* [Wikimedia](https://github.com/wikimedia/jscs-preset-wikimedia/blob/master/presets/wikimedia.json)https://www.mediawiki.org/wiki/Manual:Coding_conventions/JavaScript
* [WordPress](https://github.com/jscs-dev/node-jscs/blob/master/presets/wordpress.json)https://make.wordpress.org/core/handbook/coding-standards/javascript/
* [Yandex](https://github.com/jscs-dev/node-jscs/blob/master/presets/yandex.json)https://github.com/yandex/codestyle/blob/master/javascript.md

You can specifically disable any preset rule by creating a `.jscsrc` config file and assigning it to null or false, like so:
```js
Expand Down

0 comments on commit 291bb41

Please sign in to comment.