rdfjs / types

Authoritative TypeScript typings for all RDFJS specifications
MIT License
17 stars 13 forks source link

Migrate types from DefinitelyTyped #2

Closed tpluscode closed 3 years ago

tpluscode commented 3 years ago

I imported the entire history of @types/rdf-js by cloning the original repo and running git filter-branch --subdirectory-filter types/rdf-js -- --all.

Please rebase-merge

fixes #1

tpluscode commented 3 years ago

For linting I propose the recommended eslint setup from @typescript-eslint/eslint-plugin

For CI I would add a GitHub Actions workflow

blake-regalia commented 3 years ago

Very nice. Made my round of comments on the reviews and will give some time for others.

I would propose we merge this as soon as we can resolve the standing comments and once the last two steps are completed. That way we'll at least have a master branch we can reference for issues and PRs.

tpluscode commented 3 years ago

Any idea why the GitHub Action did not kick in?