Skip to content

Commit

Permalink
Prepare release v2.0.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Nov 21, 2016
1 parent e8dcaa2 commit 74ed0d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tslint-react",
"version": "1.1.0",
"version": "2.0.0",
"description": "Lint rules related to React & JSX for TSLint",
"main": "tslint-react.json",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions tslint-react.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"rulesDirectory": "./rules",
"rules": {
"jsx-alignment": true,
"jsx-curly-spacing": [true, "never"],
"jsx-no-lambda": true,
"jsx-no-multiline-js": true,
"jsx-no-string-ref": true,
Expand Down
5 changes: 1 addition & 4 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"extends": "tslint:latest",
"rules": {
"max-classes-per-file": [
true,
2
]
"max-classes-per-file": [true, 2]
}
}

0 comments on commit 74ed0d6

Please sign in to comment.