Skip to content

Commit

Permalink
code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Oct 1, 2024
1 parent 5e10d32 commit 2c1391a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
],
"env": {
"browser": true
},
"globals": {
"Office":true,
"module": true,
"require": true
}
}
1 change: 0 additions & 1 deletion src/aipane/aipane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* © 2024 Ronan LE MEILLAT for SCTG Development
=========================================================
*/
/* global Office */

import { Groq } from "groq-sdk";

Expand Down
2 changes: 0 additions & 2 deletions src/aipane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { createRoot } from "react-dom/client";
import App from "./components/App";
import { FluentProvider, webLightTheme } from "@fluentui/react-components";

/* global Office, module, require */

const title = "Contoso Task Pane Add-in";

const rootElement: HTMLElement | null = document.getElementById("container");
Expand Down

0 comments on commit 2c1391a

Please sign in to comment.