Setup lang

This commit is contained in:
2023-08-27 16:25:27 +01:00
parent 80d0e4975f
commit 2669af3250
85 changed files with 1152 additions and 1515 deletions

View File

@ -83,10 +83,7 @@ const config = {
options: {
babelrc: false,
configFile: false,
presets: [
["@babel/preset-env"],
["@babel/preset-react", { runtime: "automatic" }],
],
presets: [["@babel/preset-env"], ["@babel/preset-react", { runtime: "automatic" }]],
},
},
{