js-beautify-config-rowupper

0.0.1 • Public • Published

Rowupper JS Beautifier Config

Sharable js-beautify config used by Rowupper.

Install

npm install --save js-beautify-config-rowupper

Usage

Within your js-beautify config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object.

const gulp = require('gulp');
const prettify = require('gulp-jsbeautifier');
 
gulp.task('...', () =>
  gulp.src(...)
    .pipe(prettify(require('js-beautify-config-rowupper')))
    .pipe(gulp.dest(...))
);

/js-beautify-config-rowupper/

    Package Sidebar

    Install

    npm i js-beautify-config-rowupper

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    2.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • brunowego