Merge pull request #1551 from vitalymak/patch-1

[eslint config] [base] fix typo in changelog
This commit is contained in:
Jordan Harband
2017-09-07 10:27:56 -07:00
committed by GitHub

View File

@@ -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)