Closed boneskull closed 5 years ago
It probably makes sense to consolidate the rules
and inspector
packages, as rules
cannot be used standalone. this was more of a logical grouping instead of a functional one.
strategy maybe should be:
plugins
prop in the configalso list-rules
may want to look at the config and then list those in plugins. might want to do this for first step "PoC" style
We have some functions in
@report-toolkit/fs
that are presently not used. This is due, in part, to bundling a CJS module.At present, only built-in Rules are accessible via the
inspect
CLI command. This is a bug. We need to be able to load third-party rules viarequire()
, at minimum.Ensure the present functionality supports this (see
fs-rule-loader.js
), and write tests.