Skip to content

Commit

Permalink
Merge branch 'master' into v5
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin authored Mar 13, 2021
2 parents 4a0edc4 + 0fe9292 commit 9f53d9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ function get(keyword: string): Plugin<any> {

export default ajvKeywords
module.exports = ajvKeywords

// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
module.exports.default = ajvKeywords

0 comments on commit 9f53d9f

Please sign in to comment.