babel-plugin-check-exported-function-comments
v0.1.0
Published
A Babel plugin to check if exported functions have comments write with wasm
Downloads
2
Readme
how to use
- install with npm:
npm install babel-plugin-check-exported-function-comments -D
- import to your project for example, in babel.config.js
if (process.env.NODE_ENV !== 'production') {
const wasm = require('babel-plugin-check-exported-function-comments/index');
plugins.push(wasm.init);
}
if success, it will log in your terminal