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