jrit / web-resource-inliner

Inlines img, script and link tags into the same file
MIT License
69 stars 30 forks source link

Automate code formatting #62

Open TrySound opened 4 years ago

TrySound commented 4 years ago

Current code style is quite hard to maintain without any tools. I suggest to reformat the code with standard or prettier. Your choice. I can send a PR.

thorn0 commented 4 years ago

JSCS is configured in this project. Use npm run format to run it. But JSCS has been discontinued, and also the current style is a bit unusual, so switching to Prettier sounds like a good idea indeed.

jrit commented 4 years ago

if you prefer prettier that is fine with me