Skip to content

Commit

Permalink
feat: update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolivierbouch committed Nov 26, 2024
1 parent c6d36d6 commit 523897d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-vercel-ai`
extends: ['vercel-ai'],
settings: {
next: {
rootDir: ['apps/*/'],
},
},
rules: {
'@next/next/no-html-link-for-pages': ['error', 'website/sdk'],
'@next/next/no-html-link-for-pages': [
'error',
'@openassistantgpt/assistant',
],
'@next/next/no-html-link-for-pages': [ 'error' ]
},
};
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug report
description: Create a bug report for the OpenAssistantGPT SDK.
description: Create a bug report for the Custom Domain Ready.
labels: []
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
root: true,
extends: ['openassistantgpt'],
extends: ['customdomainready'],
};

0 comments on commit 523897d

Please sign in to comment.