diff --git a/package.json b/package.json index cc7a17a..5d881c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trilon/eslint-plugin", - "version": "0.1.0", + "version": "0.2.0", "description": "Official Trilon Eslint Plugin", "type": "commonjs", "main": "./lib/index.js", diff --git a/src/index.ts b/src/index.ts index b9637bb..3b7cefd 100644 --- a/src/index.ts +++ b/src/index.ts @@ -29,5 +29,4 @@ const plugin = { }, }; -// @ts-expect-error Still have to investigate why this is failing module.exports = plugin;