1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:46:39 -04:00

add eslint-plugin-mdx

This commit is contained in:
2022-01-14 10:25:58 -05:00
parent 64a91d67bf
commit 32a5eb9c61
5 changed files with 459 additions and 35 deletions

View File

@ -2,8 +2,6 @@
* @type {import('next').NextConfig}
*/
/* eslint-disable @typescript-eslint/no-var-requires */
const path = require("path");
const { PHASE_DEVELOPMENT_SERVER } = require("next/constants");
const withPlugins = require("next-compose-plugins");