Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9b4d1c

Browse files
authored
Bump dependencies (refined-github#9945)
1 parent ee0f4d8 commit a9b4d1c

3 files changed

Lines changed: 564 additions & 545 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ export default defineConfig([
5656
'unicorn/no-unsafe-string-replacement': 'off', // Not a real issue
5757
'unicorn/prefer-dom-node-html-methods': 'off', // TODO: 2027
5858
'unicorn/prefer-iterator-to-array': 'off', // TODO: 2027
59-
'unicorn/prefer-short-arrow-method': 'off', // No like https://github.com/sindresorhus/eslint-plugin-unicorn/pull/3118#issuecomment-4699459112
6059
'unicorn/prefer-query-selector': ['error', {'allowWithVariables': true}],
60+
'unicorn/prefer-short-arrow-method': 'off', // No like https://github.com/sindresorhus/eslint-plugin-unicorn/pull/3118#issuecomment-4699459112
61+
'unicorn/single-line-block-comment-style': 'off', // No thanks
6162
'unicorn/name-replacements': [
6263
'error',
6364
{

0 commit comments

Comments
 (0)