We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a6b8ed + 72d56bd commit 0fe9292Copy full SHA for 0fe9292
src/index.ts
@@ -27,3 +27,6 @@ function get(keyword: string): Plugin<any> {
27
28
export default ajvKeywords
29
module.exports = ajvKeywords
30
+
31
+// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
32
+module.exports.default = ajvKeywords
0 commit comments