mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 06:48:05 -05:00
Merge pull request #1551 from vitalymak/patch-1
[eslint config] [base] fix typo in changelog
This commit is contained in:
@@ -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