UNPKG

eslint-plugin-unicorn

Version:
10 lines (8 loc) 145 B
const loopTypes = [ 'DoWhileStatement', 'ForInStatement', 'ForOfStatement', 'ForStatement', 'WhileStatement', ]; export default loopTypes;