Skip to content

Commit

Permalink
Merge pull request #2805 from uPortal-Project/renovate/eslint-plugin-…
Browse files Browse the repository at this point in the history
…unicorn-54.x

chore(deps): update dependency eslint-plugin-unicorn to v54
  • Loading branch information
ChristianMurphy authored Jun 19, 2024
2 parents 062e110 + 906e772 commit c802c40
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 126 deletions.
6 changes: 5 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,17 @@ export default [
'sonarjs/cognitive-complexity': 'off',
'sonarjs/no-duplicate-string': 'off',
'unicorn/filename-case': 'off',
'unicorn/no-this-assignment': 'off',
'unicorn/no-array-callback-reference': 'off',
'unicorn/no-for-loop': 'off',
'unicorn/no-null': 'off',
'unicorn/no-this-assignment': 'off',
// disabled for js compressor compatibility
// it does not support new JS features
// TODO: find a replacement for compressor
'unicorn/numeric-separators-style': 'off',
'unicorn/prefer-module': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/prefer-string-raw': 'off',
},
},
];
Loading

0 comments on commit c802c40

Please sign in to comment.