IBM / report-toolkit

A toolkit for consumers of Node.js diagnostic Reports
https://ibm.github.io/report-toolkit
Other
84 stars 10 forks source link

eslint: ensure rules use vanilla JS; don't use lodash #12

Open boneskull opened 5 years ago

boneskull commented 5 years ago

Add an ESLint rule that bans use of _ exported from @gnostic/common.

These are aimed to be good examples for users to write their own rules, and as such, we don't want to depend on 3p libs.