Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Jan 27, 2025
1 parent 31792c8 commit 192c948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/Sa11y/Sa11y.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const Sa11yInit: React.FC = () => {
// Check if the custom element is already defined
if (!customElements.get('sa11y-heading-label')) {
// Instantiate and run Sa11y
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const sa11y = new Sa11y({
checkRoot: 'body',
});
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"types",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/types/**/*.ts"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 192c948

Please sign in to comment.