eslint-plugin-array-func icon indicating copy to clipboard operation
eslint-plugin-array-func copied to clipboard

Disallow certain operations on literals

Open freaktechnik opened this issue 5 years ago • 0 comments

  • indexOf/lastIndexOf with a literal param
  • slice/splice with literal params
  • map, filter, sort and reduce without references to something in the outer scope or some global like Date.now()
  • pop and shift

freaktechnik avatar Feb 15 '19 22:02 freaktechnik