Skip to content

Commit

Permalink
fix: update rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Aug 15, 2022
1 parent 7cb9e12 commit 746b09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basic/index.js
Expand Up @@ -302,7 +302,7 @@ module.exports = {
// includes over indexOf when checking for existence
'unicorn/prefer-includes': 'error',
// String methods startsWith/endsWith instead of more complicated stuff
'unicorn/prefer-starts-ends-with': 'error',
'unicorn/prefer-string-starts-ends-with': 'error',
// textContent instead of innerText
'unicorn/prefer-text-content': 'error',
// Enforce throwing type error when throwing error while checking typeof
Expand Down

0 comments on commit 746b09a

Please sign in to comment.