Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding tslint-react with neworbit rules #13

Merged
merged 4 commits into from
Sep 19, 2018

Conversation

OwenPattison
Copy link
Contributor

No description provided.

tslint.json Outdated

// start tslint-react rules
"jsx-alignment": true,
"jsx-ban-props": [true, ["style", "use className and css"]],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation here is all out of wack - you also can't have comments in JSON

package.json Outdated
@@ -1,13 +1,14 @@
{
"name": "neworbit-tslint-config",
"version": "2.0.3",
"version": "3.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undo the version change here please (make sure you reupdate package-lock)

tslint.json Outdated
@@ -39,6 +39,19 @@
"interface-name": false,
"interface-over-type-literal": false,
"jsdoc-format": true,
"jsx-alignment": true,
"jsx-ban-props": [true, ["style", "use className and css"]],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indentation is still out of wack (check it on the GitHub diff page if it looks okay on your VS Code)

@Jameskmonger Jameskmonger merged commit 50f38bd into master Sep 19, 2018
@Jameskmonger Jameskmonger deleted the feature/adding-tslint-react branch September 19, 2018 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants