Skip to content

Commit

Permalink
chore: ignore check for document site
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanluongoe committed Jan 9, 2024
1 parent d9f636f commit aaf725c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ module.exports = {
'import/no-relative-packages': 'off', // Disable import/no-relative-parent-imports rule
'jsx-a11y/anchor-is-valid': 'off', // Disable jsx-a11y/anchor-is-valid rule
},
ignorePatterns: ['/site'], //ignore document site directory
};
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"skipLibCheck": true,
"strict": true,
"noEmit": true
}
},
"exclude": ["./site"]
}

0 comments on commit aaf725c

Please sign in to comment.