mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
Apply prettier config to all files
This commit is contained in:
@@ -18,7 +18,6 @@ const withTM = require("next-transpile-modules")([
|
||||
const plugins = [];
|
||||
plugins.push(withTM);
|
||||
|
||||
const moduleExports = () =>
|
||||
plugins.reduce((acc, next) => next(acc), nextConfig);
|
||||
const moduleExports = () => plugins.reduce((acc, next) => next(acc), nextConfig);
|
||||
|
||||
module.exports = moduleExports;
|
||||
|
||||
Reference in New Issue
Block a user