v2.0.0
This release has supported Stage 4 proposals on August 2019.
💥 Breaking Changes
- 4a8455f dropped supports for Node.js 6.
✨ Features
- 171047d added
es/no-2019config. This config includes three rules:es/no-json-superset,es/no-optional-catch-binding, andes/no-regexp-unicode-property-escapes-2019. - ca01839 added
es/no-regexp-unicode-property-escapes-2019rule that disallows the new values of RegExp Unicode property escape sequences in ES2019. - 76301d4 added
es/no-bigintrule that disallows BigInt literals and globals. - 57bc750 added
es/no-dynamic-importrule that disallowsimport()expressions. - cb7d13e added
es/no-promise-all-settledrule that disallowsPromise.allSettledfunction.