From b958f6267fd9bbb4e0ad5504183f8bb63b28947b Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Wed, 14 Oct 2020 12:45:49 +0200 Subject: [PATCH] Fix linting --- docs/advanced-features/module-path-aliases.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/advanced-features/module-path-aliases.md b/docs/advanced-features/module-path-aliases.md index d9d324b533daada..1641c798ad14fa9 100644 --- a/docs/advanced-features/module-path-aliases.md +++ b/docs/advanced-features/module-path-aliases.md @@ -11,7 +11,6 @@ description: Configure module path aliases that allow you to remap certain impor - Next.js automatically supports the `tsconfig.json` and `jsconfig.json` `"paths"` and `"baseUrl"` options since [Next.js 9.4](https://nextjs.org/blog/next-9-4). > Note: `jsconfig.json` can be used when you don't use TypeScript