Skip to content

Commit

Permalink
fix(eslint): Make it happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ff6347 committed Oct 20, 2023
1 parent c9fac60 commit b31e217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion add-in/et/src/commands/commands.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/* eslint-disable indent */

Check failure on line 1 in add-in/et/src/commands/commands.ts

View workflow job for this annotation

GitHub Actions / build

'indent' rule is disabled but never reported.
/*
* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
* See LICENSE in the project root for license information.
*/

/* global global, Office, self, window */
/* global global, Office*/

Check failure on line 7 in add-in/et/src/commands/commands.ts

View workflow job for this annotation

GitHub Actions / build

Expected space or tab before '*/' in comment.

Check failure on line 7 in add-in/et/src/commands/commands.ts

View workflow job for this annotation

GitHub Actions / build

'global' is already defined as a built-in global variable.

Office.onReady(() => {

Check failure on line 9 in add-in/et/src/commands/commands.ts

View workflow job for this annotation

GitHub Actions / build

Unsafe call of an `any` typed value.
// If needed, Office.js is ready to be called
Expand Down

0 comments on commit b31e217

Please sign in to comment.