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
Validate ES2015 constants (prevents reassignment of const variables).
> Validate ES2015 constants (prevents reassignment of const variables).
## Example

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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