Skip to content

Commit 41b22e1

Browse files
chore: turn off 'unicorn/prefer-top-level-await'
1 parent 92305cc commit 41b22e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ module.exports = {
132132
'unicorn/prefer-optional-catch-binding': 'off', // not supported by current ESLint parser version
133133
'unicorn/prefer-module': 'off',
134134
'unicorn/prevent-abbreviations': 'off',
135+
'unicorn/prefer-top-level-await': 'off', // turn off to prevent make breaking changes to source codes (ref: #2146)
135136

136137
'require-eslint-community': ['error']
137138
},

0 commit comments

Comments
 (0)