We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92305cc commit 41b22e1Copy full SHA for 41b22e1
.eslintrc.js
@@ -132,6 +132,7 @@ module.exports = {
132
'unicorn/prefer-optional-catch-binding': 'off', // not supported by current ESLint parser version
133
'unicorn/prefer-module': 'off',
134
'unicorn/prevent-abbreviations': 'off',
135
+ 'unicorn/prefer-top-level-await': 'off', // turn off to prevent make breaking changes to source codes (ref: #2146)
136
137
'require-eslint-community': ['error']
138
},
0 commit comments