You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,14 @@ Hell yeah! 3.0 is here. First and foremost we rewrote every... single... rule. W
5
5
### Breaking Changes
6
6
If you aren't a plugin writer or support build extensions (like grunt or gulp), etc you don't have to worry about anything.
7
7
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
9
16
10
17
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
0 commit comments