Skip to content

Commit d2aee4c

Browse files
🤖 dprint fmt
1 parent ac99fff commit d2aee4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

types/babel__preset-env/babel__preset-env-tests.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,10 @@ options = {
274274
// BROWSERSLIST ENV //
275275
// ===================//
276276

277-
278277
options = {
279-
browserslistEnv: 'production',
278+
browserslistEnv: "production",
280279
};
281280

282281
options = {
283-
browserslistEnv: 'dev',
282+
browserslistEnv: "dev",
284283
};

0 commit comments

Comments
 (0)