This commit is contained in:
Manav Rathi 2024-04-03 13:41:35 +05:30
parent ad6dea2ecb
commit 24bce96d71
No known key found for this signature in database
2 changed files with 1 additions and 6 deletions

View file

@ -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.base.js"],
};

View file

@ -1,6 +1,6 @@
## @/next
A base package for our UI layer code, for sharing ode between our Next.js apps.
A base UI layer package for sharing code between our Next.js apps.
### Packaging