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

Commit

Permalink
feat(chore): disallow unreadable IFFEs
Browse files Browse the repository at this point in the history
BREAKING CHANGE: disallow unreadable IFFEs
  • Loading branch information
vuki656 committed Jul 7, 2022
1 parent 1ac8261 commit 6b316bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.js
Expand Up @@ -464,6 +464,7 @@ module.exports = {
'unicorn/no-useless-length-check': 'error',
'unicorn/no-useless-promise-resolve-reject': 'error',
'unicorn/no-useless-spread': 'error',
'unicorn/no-unreadable-iife': 'error',
'unicorn/no-zero-fractions': 'error',
'unicorn/numeric-separators-style': 'error',
'unicorn/prefer-array-find': 'error',
Expand Down

0 comments on commit 6b316bd

Please sign in to comment.