git-validator
git-validator copied to clipboard
feat(eslint-config): encourage to use es2023 method. ban `reverse`, `sort`, `splice`
Ban all array methods that could affect the origin array, such as shrift()
, pop()
https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2428