Skip to content

Commit 2d2c919

Browse files
committed
lint: run lint on all projects
1 parent 702808d commit 2d2c919

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/amazonq/test/unit/amazonq/lsp/lspClient.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*!
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
import * as sinon from 'sinon'
26
import assert from 'assert'
37
import { globals } from 'aws-core-vscode/shared'

packages/core/src/testLint/eslint.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ describe('eslint', function () {
3131
'**/resources/js/graphStateMachine.js',
3232
'--ext',
3333
'.ts',
34-
'.',
34+
'../amazonq',
35+
'../core',
36+
'../toolkit',
37+
// TODO: fix lint issues in scripts/
38+
// '../../scripts',
3539
],
3640
{
3741
throws: false,

0 commit comments

Comments
 (0)