Make all packages/*/README.md descriptions consistent.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
Rick Waldron 2017-05-31 10:24:26 -04:00
parent d34d2b1305
commit 3a6fdca069
15 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# babel-plugin-check-es2015-constants # babel-plugin-check-es2015-constants
Validate ES2015 constants (prevents reassignment of const variables). > Validate ES2015 constants (prevents reassignment of const variables).
## Example ## Example

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-async-functions # babel-plugin-syntax-async-functions
This plugin allows Babel to parse async functions. > This plugin allows Babel to parse async functions.
## Example ## Example

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-async-generators # babel-plugin-syntax-async-generators
Allow parsing of async generator functions. > Allow parsing of async generator functions.
## Example ## Example

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-class-properties # babel-plugin-syntax-class-properties
Allow parsing of class properties. > Allow parsing of class properties.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-decorators # babel-plugin-syntax-decorators
Allow parsing of decorators. > Allow parsing of decorators.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-do-expressions # babel-plugin-syntax-do-expressions
Allow parsing of do expressions. > Allow parsing of do expressions.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-dynamic-import # babel-plugin-syntax-dynamic-import
Allow parsing of `import()`. > Allow parsing of `import()`.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-exponentiation-operator # babel-plugin-syntax-exponentiation-operator
Allow parsing of the exponentiation operator. > Allow parsing of the exponentiation operator.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-export-extensions # babel-plugin-syntax-export-extensions
Allow parsing of export extensions. > Allow parsing of export extensions.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-function-bind # babel-plugin-syntax-function-bind
Allow parsing of function bind. > Allow parsing of function bind.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-function-sent # babel-plugin-syntax-function-sent
Allow parsing of the `function.sent` meta property. > Allow parsing of the `function.sent` meta property.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-jsx # babel-plugin-syntax-jsx
> Allow parsing of JSX
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-object-rest-spread # babel-plugin-syntax-object-rest-spread
Allow parsing of object rest/spread. > Allow parsing of object rest/spread.
## Installation ## Installation

View File

@ -1,6 +1,6 @@
# babel-plugin-syntax-trailing-function-commas # babel-plugin-syntax-trailing-function-commas
Compile trailing function commas to ES5 > Compile trailing function commas to ES5
```js ```js

View File

@ -1,6 +1,6 @@
# babel-plugin-transform-async-functions # babel-plugin-transform-async-functions
Compile async functions to ES5 > Compile async functions to ES5
## Installation ## Installation