-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conform to standard lint rule #9
Comments
how about this? {
"extends": "tslint:recommended",
"rules": {
"ordered-imports": false,
"member-ordering": false,
"object-literal-sort-keys": false,
"interface-name": false,
"semicolon": [true, "never"],
"quotemark": [true, "single"]
}
} |
@uneco Sounds good! PRs welcome. |
uneco
added a commit
to uneco/slack-emoji-meister
that referenced
this issue
Jan 16, 2019
uneco
added a commit
to uneco/slack-emoji-meister
that referenced
this issue
Jan 16, 2019
uneco
added a commit
to uneco/slack-emoji-meister
that referenced
this issue
Jan 16, 2019
uneco
added a commit
to uneco/slack-emoji-meister
that referenced
this issue
Jan 16, 2019
uneco
added a commit
to uneco/slack-emoji-meister
that referenced
this issue
Jan 16, 2019
takanakahiko
pushed a commit
that referenced
this issue
Jan 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this project using snake cases and inconsistent use of semicolon in TypeScript sources.
I propose using stronger and more standard syntax.
The text was updated successfully, but these errors were encountered: