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.
1 parent dd1c0e8 commit 0cfb122Copy full SHA for 0cfb122
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "typescript-eslint-jsx-conditionals",
+ "name": "eslint-plugin-typescript-eslint-jsx-conditionals",
3
"description": "TypeScript ESlint rule to remove unsafe conditionals in JSX.",
4
"version": "0.0.0-development",
5
"main": "dist/index.js",
@@ -29,6 +29,7 @@
29
"semantic-release": "^17.4.3",
30
"ts-jest": "^26.5.6",
31
"tsutils": "^3.21.0",
32
- "typescript": "^4.2.4"
+ "typescript": "^4.2.4",
33
+ "typescript-eslint-jsx-conditionals": "^1.0.0"
34
}
35
0 commit comments