1
0
mirror of https://github.com/konvajs/konva.git synced 2025-04-05 20:48:28 +08:00
konva/eslint.config.mjs

4 lines
108 B
JavaScript
Raw Permalink Normal View History

2024-10-29 21:30:37 +08:00
import tseslint from 'typescript-eslint';
export default tseslint.config(...tseslint.configs.recommended);