Skip to content

Commit 912a24e

Browse files
lukasviceCopilot
andauthored
eslint 9 (#8)
* update to eslint 9 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * update package-lock.json * add correct node types dependency --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 89af8fd commit 912a24e

4 files changed

Lines changed: 15345 additions & 4354 deletions

File tree

.eslintrc.json

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

eslint.config.mjs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import ts from '@aboutbits/eslint-config/configs/ts'
2+
import { defineConfig } from 'eslint/config'
3+
4+
export default defineConfig([
5+
ts,
6+
{
7+
ignores: ['node_modules', 'dist'],
8+
},
9+
])

0 commit comments

Comments
 (0)