Skip to content

Commit

Permalink
feat: implement runner API with extension points (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN authored Feb 3, 2022
1 parent 961e79f commit 4bcb431
Show file tree
Hide file tree
Showing 9 changed files with 1,094 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ module.exports = {
rules: {
"require-jsdoc": 0,
"no-redeclare": 0,
"valid-jsdoc": 0, // Figure jsdoc once we look into documentation.
},
};
Loading

0 comments on commit 4bcb431

Please sign in to comment.