zebzhao / indent.js

Pure code indentation for jsx, tsx, ts, js, html, css, less, scss.
https://zebzhao.github.io/indent.js/
MIT License
76 stars 8 forks source link

ES6 import doc wrong #17

Open martixy opened 4 years ago

martixy commented 4 years ago

I was looking for something to prettify my css. Didn't read the docs at first (shame on me) otherwise I would have seen it clearly mention it doesn't add new lines.

But while I was finally there, I noticed that ES6 import is wrong.

TL;DR:

Docs say import indent from 'indent.js';
Correct usage: import { indent } from 'indent.js';

o-bard-o commented 3 years ago

Thanks!