Skip to content

Commit 0cfb122

Browse files
committed
fix: oops i didnt know i needed eslint-plugin in the name
1 parent dd1c0e8 commit 0cfb122

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "typescript-eslint-jsx-conditionals",
2+
"name": "eslint-plugin-typescript-eslint-jsx-conditionals",
33
"description": "TypeScript ESlint rule to remove unsafe conditionals in JSX.",
44
"version": "0.0.0-development",
55
"main": "dist/index.js",
@@ -29,6 +29,7 @@
2929
"semantic-release": "^17.4.3",
3030
"ts-jest": "^26.5.6",
3131
"tsutils": "^3.21.0",
32-
"typescript": "^4.2.4"
32+
"typescript": "^4.2.4",
33+
"typescript-eslint-jsx-conditionals": "^1.0.0"
3334
}
3435
}

0 commit comments

Comments
 (0)