Skip to content

Commit a03307b

Browse files
committed
chore: bump package version
1 parent 95e3e29 commit a03307b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trilon/eslint-plugin",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Official Trilon Eslint Plugin",
55
"type": "commonjs",
66
"main": "./lib/index.js",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ const plugin = {
2929
},
3030
};
3131

32-
// @ts-expect-error Still have to investigate why this is failing
3332
module.exports = plugin;

0 commit comments

Comments
 (0)