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

Commit b05dd8a

Browse files
committed
Docs: Update changelog [ci skip]
1 parent ca68499 commit b05dd8a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ Hell yeah! 3.0 is here. First and foremost we rewrote every... single... rule. W
55
### Breaking Changes
66
If you aren't a plugin writer or support build extensions (like grunt or gulp), etc you don't have to worry about anything.
77

8-
We didn't rename any of the rules or remove any of the deprecated rule values; it is all still there. All you have to do to update is just bump the `jscs` version in your `package` version to `3.0.0` and be done with it.
8+
We didn't rename/remove any rules. All you should have to do to update is just bump the `jscs` version in your `package` version to `3.0.0` and be done with it.
9+
10+
#### Configuration
11+
These following config options have been replaced in 3.0:
12+
13+
- `--esnext` (-e) // enabled by default
14+
- `--esprima` (-s) and `--esprimaOptions` // babylon is the underlying CST parser
15+
- `--verbose` // also enabled by default to show rule name when there is an error
916

1017
One thing to notice though: the `yandex` preset was removed. Since Yandex doesn't have official code style (don't look at the https://github.com/ymaps/codestyle), we were requested to remove it
1118

0 commit comments

Comments
 (0)