mirror of
https://github.com/dnlbauer/obsidian-dataview-autocompletion.git
synced 2026-09-10 22:25:29 +00:00
chore: more sane line wraps in prettier
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user