Skip to content

Commit

Permalink
lint: run lint on all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk3 committed Jul 12, 2024
1 parent 702808d commit 2d2c919
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/amazonq/test/unit/amazonq/lsp/lspClient.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*!
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
import * as sinon from 'sinon'
import assert from 'assert'
import { globals } from 'aws-core-vscode/shared'
Expand Down
6 changes: 5 additions & 1 deletion packages/core/src/testLint/eslint.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ describe('eslint', function () {
'**/resources/js/graphStateMachine.js',
'--ext',
'.ts',
'.',
'../amazonq',
'../core',
'../toolkit',
// TODO: fix lint issues in scripts/
// '../../scripts',
],
{
throws: false,
Expand Down

0 comments on commit 2d2c919

Please sign in to comment.