super-productivity/packages/plugin-dev/sync-md/.eslintrc.json
Johannes Millan e4f83e3de8 feat(syncMd): add comprehensive test suite and development configuration
Tests:
- Markdown parser tests with edge cases and error handling
- Task operations generator tests for create/update/delete/reorder
- SP to markdown conversion tests with ordering validation
- Sync state verification tests
- Integration tests for full sync workflows
- File utilities tests

Configuration:
- Jest setup for plugin testing
- ESLint and Prettier configuration
- Test utilities and mocks
2025-07-10 14:56:19 +02:00

6 lines
102 B
JSON

{
"extends": "../../../.eslintrc.json",
"parserOptions": {
"project": "./tsconfig.json"
}
}