Available rules: noCycleDeps, noLifeCycleEventInNestedBlocks, noEventInWatchConf, noInjectInNestedBlocks, noInjectOutsidePlugin, onePluginPerFile. For more details, see eslint-plugin-artalk.
Add tests for the new ESLint rules.
Implement Tarjan's algorithm for detecting SCCs in the noCycleDeps rule.
noCycleDeps
,noLifeCycleEventInNestedBlocks
,noEventInWatchConf
,noInjectInNestedBlocks
,noInjectOutsidePlugin
,onePluginPerFile
. For more details, see eslint-plugin-artalk.noCycleDeps
rule.