aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
AgeCommit message (Collapse)Author
2020-07-15Add generic types and update tests (#107)Jack Franklin
* Add generic types and update tests * Add generic types to `on`, `off` and `emit` to enable some nicer TS usage if you specify what type you're expecting from the `EventData`. * Move the tests to be TypeScript source. This will help catch errors in the tests if there are any type errors. * Create a new test to test the generic types and make sure they pass and error when expected. * Upgrade to Mocha 8. * Did some tidying up of the package.json scripts. * Tweak TS setup to validate tests * Fix d.ts generation and tests Co-authored-by: Jason Miller <[email protected]>
2017-02-25Update .editorconfigJason Miller
2017-01-21Merge branch 'master' into refactorCharlike Mike Reagent
2017-01-18Suggested some changesJason Miller
2017-01-18chore(editorconfig): add editorconfigFlorian Goße
2017-01-17switch to Preact's editorconfigtunnckoCore
2017-01-17add editorconfig, fix original identationtunnckoCore