Skip to content

Commit

Permalink
Stop ignoring the forked Auth.js code
Browse files Browse the repository at this point in the history
  • Loading branch information
dowski committed Dec 4, 2024
1 parent b3b7e42 commit e79bda8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,7 @@ module.exports = {
"eslint:recommended",
"plugin:@typescript-eslint/recommended-type-checked",
],
ignorePatterns: [
".eslintrc.cjs",
"test",
"docs",
"dist",
// TODO: remove when we merge in our updated forked Auth.js code.
"src/server/oauth",
],
ignorePatterns: [".eslintrc.cjs", "test", "docs", "dist"],
parser: "@typescript-eslint/parser",
parserOptions: {
project: true,
Expand Down
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"docs",
"test",
"test-router",
"test-nextjs",
// TODO: remove when we merge in our updated forked Auth.js code.
"src/server/oauth"
"test-nextjs"
]
}

0 comments on commit e79bda8

Please sign in to comment.