Skip to content

Commit

Permalink
feat: run eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Ostrowski committed Oct 8, 2024
1 parent c252bcb commit 2a898dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/filter/parser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */
import { CollectionProperties } from '../property';
import { Expose } from '../property.decorator';
import { FilterParser } from './parser';
Expand Down
1 change: 0 additions & 1 deletion src/input.dto.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('CounterDto', () => {
const payload = {};
const counterDto = plainToClass(CounterDto, payload);
const errors = await validate(counterDto);

expect(errors.length).toBe(0);
});
});
Expand Down
2 changes: 0 additions & 2 deletions src/sorter/parser.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* eslint-disable @typescript-eslint/ban-ts-comment */

import { CollectionProperties } from '../property';
import { Expose } from '../property.decorator';
import { SorterParser } from './parser';
Expand Down

0 comments on commit 2a898dc

Please sign in to comment.