format-javascript-comment
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "format-javascript-comment", | ||
"main": "./lib/format-comment", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Jan Amann <jan@amann.me>", | ||
@@ -6,0 +6,0 @@ "description": "Format your JavaScript comments", |
@@ -24,2 +24,7 @@ # Format JavaScript comment for Atom | ||
## Features | ||
- Single line comments (`// Whatever`) | ||
- Multiline comments (`* Whatever`) | ||
- JSDoc tags always start on a new line (` * @param {string} name Some description.`) | ||
## How? | ||
@@ -31,7 +36,2 @@ 1. Install format-javascript-comment (either through the package manager or through `apm install format-javascript-comment`). | ||
## Features | ||
- Single line comments (`// Whatever`) | ||
- Multiline comments (`* Whatever`) | ||
- JSDoc tags always start on a new line (` * @param {string} name Some description.`) | ||
## TODO | ||
@@ -38,0 +38,0 @@ - Better way to find the selection automatically if no selection is provided |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package