ESLintâs rules can use code paths. The code path is execution routes of programs. It forks/joins at such as if statements. if (a && b) { foo(); } bar(); Objects Program is expressed with several code paths. A code path is expressed with objects of two kinds: CodePath and CodePathSegment. CodePath CodePath expresses whole of one code path. This object exists for each function and the global. This h
{{#tags}}- {{label}}
{{/tags}}