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.
unicorn/prefer-object-from-entries
1 parent 5306b6d commit bb28a00Copy full SHA for bb28a00
1 file changed
configs/javascript.js
@@ -1236,6 +1236,7 @@ function getConfig(esVersion) {
1236
}
1237
1238
if (esVersion < 2019) {
1239
+ config.rules["unicorn/prefer-object-from-entries"] = "off";
1240
config.rules["unicorn/prefer-array-flat"] = "off";
1241
config.rules["unicorn/prefer-array-flat-map"] = "off";
1242
config.rules["unicorn/prefer-string-trim-start-end"] = "off";
0 commit comments