mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 02:58:03 -05:00
Update CHANGELOG.md
Typo: prefer-restructuring => prefer-destructuring
This commit is contained in:
committed by
GitHub
parent
9dee84796b
commit
138aafd2a0
@@ -1,7 +1,7 @@
|
||||
12.0.0 / 2017-09-02
|
||||
==================
|
||||
- [deps] [breaking] require `eslint` v4
|
||||
- enable `function-paren-newline`, `for-direction`, `getter-return`, `no-compare-neg-zero`, `semi-style`, `object-curly-newline`, `no-buffer-constructor`, `no-restricted-globals`, `switch-colon-spacing`, `template-tag-spacing`, `prefer-promise-reject-errors`, `prefer-restructuring`
|
||||
- enable `function-paren-newline`, `for-direction`, `getter-return`, `no-compare-neg-zero`, `semi-style`, `object-curly-newline`, `no-buffer-constructor`, `no-restricted-globals`, `switch-colon-spacing`, `template-tag-spacing`, `prefer-promise-reject-errors`, `prefer-destructuring`
|
||||
- improve `indent`, `no-multi-spaces`, `no-trailing-spaces`, `no-underscore-dangle`
|
||||
- [breaking] move `comma-dangle` to Stylistic Issues (#1514)
|
||||
- [breaking] Rules prohibiting global isNaN, isFinite (#1477)
|
||||
|
||||
Reference in New Issue
Block a user