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 cabff57 commit 5be4e97Copy full SHA for 5be4e97
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-jsx-expressions",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "Rules for safe logical expressions in JSX",
5
"keywords": [
6
"eslint",
@@ -9,6 +9,10 @@
9
],
10
"author": "Heather Persson",
11
"main": "dist/index.js",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/hpersson/eslint-plugin-jsx-expressions.git"
15
+ },
16
"scripts": {
17
"build": "tsc -b tsconfig.build.json",
18
"test": "jest"
0 commit comments