Files
pomoday-app/eslint.config.js
Paul Spenke ec76a52fdd - Implement ESLint with @antfu/eslint-config and apply consistent formatting across the codebase.
- Refactor `useTasks` to improve task fetching, creation, and updating logic.
- Enhance `TodoItem` and `ListScreen` with improved bindings, sorting, and category handling.
- Update dependencies and adjust task grouping in various components.
2026-02-22 16:24:55 +01:00

7 lines
101 B
JavaScript

import antfu from '@antfu/eslint-config'
export default antfu({
formatters: true,
vue: true,
})