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();.
確定! 回上一頁