esformatter-curly

0.0.2 • Public • Published

esformatter-curly

keep original curly fot import & one line object literal

Build Status Coverage Status npm version npm downloads npm license

Install

npm i esformatter --save-dev
npm i esformatter-curly --save-dev

Usage

for detail see notes

  1. keep multiline import
import {
  x,
  y
} from 'utils';
  1. keep short object literal inline
var o1 = { x: 1, y: 2 };
var o2 = {
  x: 2,
  y: 3
};

Changelog

CHANGELOG.md

License

the MIT License http://magicdawn.mit-license.org

/esformatter-curly/

    Package Sidebar

    Install

    npm i esformatter-curly

    Weekly Downloads

    16

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • magicdawn