Skip to content

Commit 9ed0943

Browse files
committed
Disable ESLint in __test__ folder
1 parent 3f3b24b commit 9ed0943

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const config = createConfig([
1414
'**/docs',
1515
'**/public',
1616
'.yarn',
17+
'packages/snaps-cli/src/commands/watch/__test__',
1718
'!packages/snaps-cli/src/commands/build',
1819
],
1920
},

packages/snaps-cli/src/commands/watch/__test__/invalid/input.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable */
21
// This file is used for the E2E watch test.
32

43
export const onRpcRequest = () => {

0 commit comments

Comments
 (0)