Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 41b22e1

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎.eslintrc.js

Copy file name to clipboardExpand all lines: .eslintrc.js
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.