Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
style: drop unicorn/prefer-at rule
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Oct 10, 2021
1 parent 4c155ab commit 9384aec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ module.exports = {
'unicorn/prefer-array-flat-map': 2,
'unicorn/prefer-array-index-of': 2,
'unicorn/prefer-array-some': 2,
'unicorn/prefer-at': 2,
'unicorn/prefer-default-parameters': 2,
'unicorn/prefer-includes': 2,
'unicorn/prefer-module': 2,
Expand Down

0 comments on commit 9384aec

Please sign in to comment.