Let's see what breaks
@@ -1,8 +1,3 @@
module.exports = {
extends: ["@/build-config/eslintrc-next"],
- parserOptions: {
- tsconfigRootDir: __dirname,
- },
- // TODO (MR): Figure out a way to not have to ignored the next config .js
- // ignorePatterns: [".eslintrc.js", "next.config.js"],
};
@@ -1,6 +1,5 @@
{
/* TSConfig for a TypeScript project that'll get transpiled by Next.js */
-
/* TSConfig docs: https://aka.ms/tsconfig.json */
"compilerOptions": {
/* We use TypeScript (tsc) as a type checker, not as a build tool */
@@ -1,6 +1,3 @@
extends: ["@/build-config/eslintrc-base"],