Skip to content

Commit f56808c

Browse files
author
David Enke
committed
chore: update dependencies
and aligned linting
1 parent b5fc603 commit f56808c

5 files changed

Lines changed: 4791 additions & 2074 deletions

File tree

.eslintrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
22.17.0

eslint.config.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import config from '@enke.dev/lint';
2+
import type { Linter } from 'eslint';
3+
4+
export default [
5+
...config,
6+
{
7+
ignores: ['dist', 'reports', 'node_modules', 'package.d.ts'],
8+
},
9+
] satisfies Linter.Config[];

0 commit comments

Comments
 (0)