We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3753ee5 commit bffd27eCopy full SHA for bffd27e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tslint-react",
3
- "version": "2.0.0",
+ "version": "2.1.0",
4
"description": "Lint rules related to React & JSX for TSLint",
5
"main": "tslint-react.json",
6
"repository": {
tslint-react.json
@@ -6,6 +6,7 @@
"jsx-no-lambda": true,
7
"jsx-no-multiline-js": true,
8
"jsx-no-string-ref": true,
9
- "jsx-self-close": true
+ "jsx-self-close": true,
10
+ "jsx-wrap-multiline": true
11
}
12
0 commit comments