Skip to content

Commit 138aafd

Browse files
authored
Update CHANGELOG.md
Typo: prefer-restructuring => prefer-destructuring
1 parent 9dee847 commit 138aafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-config-airbnb-base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
12.0.0 / 2017-09-02
22
==================
33
- [deps] [breaking] require `eslint` v4
4-
- 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`
4+
- 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`
55
- improve `indent`, `no-multi-spaces`, `no-trailing-spaces`, `no-underscore-dangle`
66
- [breaking] move `comma-dangle` to Stylistic Issues (#1514)
77
- [breaking] Rules prohibiting global isNaN, isFinite (#1477)

0 commit comments

Comments
 (0)