Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.

Commit a1436d6

Browse files
committed
fixup! remove unused eslint "ignores"
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent d1c221f commit a1436d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ import neostandard from 'neostandard'
22

33
export default neostandard({
44
noStyle: true, // Disable style-related rules, we use Prettier
5-
ts: true,
6-
ignores: ['vendor/**', 'deps.ts'],
5+
ts: true
76
})

0 commit comments

Comments
 (0)