Shorten
This commit is contained in:
parent
ad6dea2ecb
commit
24bce96d71
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue