esformatter-eol-last
Version:
Adds a newline to the end of esformatter output. Will not add newline is the output ends in a newline already.
26 lines (25 loc) • 567 B
JSON
{
"name": "esformatter-eol-last",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/briandipalma/esformatter-eol-last.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/briandipalma/esformatter-eol-last/issues"
},
"homepage": "https://github.com/briandipalma/esformatter-eol-last",
"devDependencies": {
"mocha": "^2.0.1"
},
"dependencies": {
"string.prototype.endswith": "^0.2.0"
}
}