marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

docs: remove jsdoc in favor of manually written docs #56

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

Removed the jsdoc-2-markdown dependency in favor of manually written documentation. Removed jsdoc eslint plugin. Removed verbose comments from index.js. Updated prettier trailing comma option.

closes #45