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

Conform to standard lint rule #9

Closed
uneco opened this issue Jan 16, 2019 · 2 comments
Closed

Conform to standard lint rule #9

uneco opened this issue Jan 16, 2019 · 2 comments

Comments

@uneco
Copy link
Contributor

uneco commented Jan 16, 2019

this project using snake cases and inconsistent use of semicolon in TypeScript sources.
I propose using stronger and more standard syntax.

@uneco
Copy link
Contributor Author

uneco commented Jan 16, 2019

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"]
  }
}

@takanakahiko
Copy link
Owner

@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
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

No branches or pull requests

2 participants