We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e3e29 commit a03307bCopy full SHA for a03307b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@trilon/eslint-plugin",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "Official Trilon Eslint Plugin",
5
"type": "commonjs",
6
"main": "./lib/index.js",
src/index.ts
@@ -29,5 +29,4 @@ const plugin = {
29
},
30
};
31
32
-// @ts-expect-error Still have to investigate why this is failing
33
module.exports = plugin;
0 commit comments