From 01419426a3b3c8595e707645f74eac5feab5a6de Mon Sep 17 00:00:00 2001 From: Divlo Date: Fri, 26 Aug 2022 21:39:42 +0200 Subject: [PATCH] style: fix linting with prettier --- example/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/next.config.js b/example/next.config.js index 614c891..509ce91 100755 --- a/example/next.config.js +++ b/example/next.config.js @@ -1,4 +1,4 @@ -const nextTranslate = require('next-translate'); +const nextTranslate = require('next-translate') /** @type {import('next').NextConfig} */ const nextConfig = {