chore: more sane line wraps in prettier

This commit is contained in:
Daniel Bauer
2024-12-14 11:36:25 +01:00
parent 1d2a860df2
commit a1245356ad
6 changed files with 60 additions and 263 deletions

View File

@@ -9,9 +9,7 @@ const BASE_CONFIG = {
};
const getRollupPlugins = (tsconfig, ...plugins) =>
[typescript2(tsconfig), nodeResolve({ browser: true }), commonjs()].concat(
plugins,
);
[typescript2(tsconfig), nodeResolve({ browser: true }), commonjs()].concat(plugins);
const DEV_PLUGIN_CONFIG = {
...BASE_CONFIG,