Skip to content

Commit

Permalink
WIP : fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
thajj committed Sep 21, 2024
1 parent 694d296 commit 3a391fd
Show file tree
Hide file tree
Showing 64 changed files with 1,053 additions and 2,623 deletions.
18 changes: 17 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
{
"extends": ["next/core-web-vitals", "next/typescript"]
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-explicit-any": "off"
// "@typescript-eslint/no-unused-vars": [
// "error",
// {
// "args": "all",
// "argsIgnorePattern": "^_",
// "caughtErrors": "all",
// "caughtErrorsIgnorePattern": "^_",
// "destructuredArrayIgnorePattern": "^_",
// "varsIgnorePattern": "^_",
// "ignoreRestSiblings": true
// }
// ]
}
}
171 changes: 0 additions & 171 deletions .next/app-build-manifest.json

This file was deleted.

32 changes: 0 additions & 32 deletions .next/build-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/react-loadable-manifest.json

This file was deleted.

13 changes: 0 additions & 13 deletions .next/server/app-paths-manifest.json

This file was deleted.

1 change: 0 additions & 1 deletion .next/server/app/_not-found/page.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a391fd

Please sign in to comment.