Skip to content

Commit

Permalink
chore: removed eslint rule override
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Dec 2, 2023
1 parent af25d54 commit 23957bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion solutions/typescript/2023/02/src/p1.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { task } from '@alexaegis/advent-of-code-lib';
import packageJson from '../package.json';
import { parse } from './parse.js';
Expand Down
1 change: 0 additions & 1 deletion solutions/typescript/2023/02/src/p2.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable @typescript-eslint/no-non-null-assertion */
import { task } from '@alexaegis/advent-of-code-lib';
import packageJson from '../package.json';
import { parse, type Bag } from './parse.js';
Expand Down

0 comments on commit 23957bf

Please sign in to comment.