Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

christophehurpeau/babel-preset-jsdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

babel-preset-jsdoc NPM Version

Babel preset for latest jsdoc

Installation

npm install --save-dev babel-preset-jsdoc

Usage

Add the following line to your .babelrc file:

{
  "presets": ["jsdoc", "jsdoc/object-rest"]
}

Presets

Note: to support async functions and other proposals, you can add babel preset stage-1 or the stage you want.

About

Babel preset for latest jsdoc

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published