Allow parsing of the nullish-coalescing operator
Ensure that reserved words are quoted in object property keys
Compile ES2015 for...of to ES5
Allow parsing of import.meta
Compile ES2015 Unicode escapes to ES5
Remove numeric separators from Decimal, Binary, Hex and Octal literals
Allow parsing of object rest/spread
Allow parsing of the logical assignment operators
This plugin transforms private class methods
Compile objects with duplicate keys to valid strict ES5
This plugin transforms checks for a private property in an object
Compile ES2015 spread to ES5
Compile regular expressions using named groups to ES5.
Transform class static blocks
Compile ES2015 unicode string and number literals to ES5
Compile ES2015 template literals to ES5
Allow parsing of class static blocks
Add a __source prop to all JSX Elements
Compile ES2015 classes to ES5
Add a __self prop to all JSX Elements
Compile ES2015 computed properties to ES5
extracts CSS into separate files
Compile ES2015 default and rest parameters to ES5
Turns off all rules that are unnecessary or might conflict with Prettier.