Skip to content

Commit

Permalink
ignore eslint-plugin-unicorn in dependencies check
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 11, 2021
1 parent ae4a9f4 commit e627833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check-dependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const ignoreEverywhere = new Set([
// https://github.com/import-js/eslint-plugin-import/pull/2191
// https://github.com/platinumazure/eslint-plugin-qunit/issues/208
'eslint',
// requires `eslint@8`
'eslint-plugin-unicorn',
'moon-unit',
]);

Expand Down

0 comments on commit e627833

Please sign in to comment.