passport-next/eslint-config-passport-next

View on GitHub
inherited-rules/implicitly-included/array-func-all.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
  rules: {
    "array-func/from-map": "error",
    "array-func/no-unnecessary-this-arg": "error",
    "array-func/avoid-reverse": "error",
    "array-func/prefer-flat-map": "error",
    "array-func/prefer-flat": "error"
  }
};