Skip to content

Commit 0fa223b

Browse files
mrdailey99claude
andcommitted
fix(test): add eslint-disable camelcase to auth NUT fixtures
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fc2a8a6 commit 0fa223b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

test/commands/provar/auth/clear.nut.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* For full license text, see LICENSE.md file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
77

8+
/* eslint-disable camelcase */
89
import * as fs from 'node:fs';
910
import * as os from 'node:os';
1011
import * as path from 'node:path';

test/commands/provar/auth/status.nut.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* For full license text, see LICENSE.md file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
77

8+
/* eslint-disable camelcase */
89
import * as fs from 'node:fs';
910
import * as os from 'node:os';
1011
import * as path from 'node:path';

0 commit comments

Comments
 (0)