Repository URL to install this package:
|
Version:
2.0.2 ▾
|
module.exports = {
rules: {
'no-continue': 0,
'no-loop-func': 2,
// for loop fixing
// @NOTE: toggle these between 0 & 2 for fixing or not
// or use /* eslint-disable */ for immutables
// 'no-for-each/no-for-each': 0,
// 'no-for-each/no-for-in': 0,
// 'no-for-each/no-for-of': 0,
},
}