eslint: ensure rules use vanilla JS; don't use lodash #12
Labels
chore
Related to tests, packaging, build, releases, etc.
help wanted
Extra attention is needed
package-inspector
Involving inspector package
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.
The text was updated successfully, but these errors were encountered: