Skip to content

Commit f7296cd

Browse files
style: Fix ESLint errors
1 parent 085a011 commit f7296cd

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.changeset/cruel-breads-read.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@tcd-devkit/eslint-config-ts': patch
3+
---
4+
5+
Fix ESLint errors

packages/eslint/eslint-config-ts/src/__tests__/rules/unbound-method.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ describe(`${ruleId} rule`, () => {
99
it('should have a disabled rule', () => {
1010
const ruleValue = tsRules[ruleId];
1111

12-
console.log('tsRules:', tsRules);
13-
console.log('ruleId:', ruleId);
14-
console.log('ruleValue:', ruleValue);
15-
1612
expect(ruleValue).toEqual(['off']);
1713
});
1814
});

packages/eslint/eslint-config-ts/src/ts.rules.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,4 @@ export const tsRules = {
2222
],
2323
} satisfies Linter.RulesRecord;
2424

25-
console.log('source tsRules:', tsRules);
26-
2725
export type CustomRule = keyof typeof tsRules;

prettier.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// eslint-disable-next-line @typescript-eslint/no-require-imports, @typescript-eslint/no-unsafe-call
1+
// eslint-disable-next-line @typescript-eslint/no-require-imports
22
const config = require('@tcd-devkit/prettier-config');
33

44
/** @type {import('prettier').Config} */

0 commit comments

Comments
 (0)