Skip to content

Commit 2237e19

Browse files
committed
Fix ESLint config types
1 parent 3fb5bea commit 2237e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import loguxTsConfig from '@logux/eslint-config/ts'
22

3-
/** @type {import('eslint').Linter.FlatConfig[]} */
3+
/** @type {import('eslint').Linter.Config[]} */
44
export default [
55
{
66
ignores: ['**/errors.ts', 'coverage']

0 commit comments

Comments
 (0)