We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that the wechaty doesn't have a .eslintrc.js file. Would it be OK for me to add one, since nobody is using it?
.eslintrc.js
The content would be like https://gist.github.com/suntong/3a2a1c8b10609a9d5080f289355ff09b
If so, I'll put into PR for #1100.
cheers
The text was updated successfully, but these errors were encountered:
Thanks for your suggestion.
However, I think it's not necessary to add a .eslintrc.js because all Wechaty is written in TypeScript. We should use tslint with tslint.json instead.
tslint
tslint.json
And of course, if you are using Wechaty as a dependency for your project, you can add .tslintrc.js to your project root directory as well. ;)
.tslintrc.js
Sorry, something went wrong.
sure.
No branches or pull requests
I found that the wechaty doesn't have a
.eslintrc.js
file. Would it be OK for me to add one, since nobody is using it?The content would be like
https://gist.github.com/suntong/3a2a1c8b10609a9d5080f289355ff09b
If so, I'll put into PR for #1100.
cheers
The text was updated successfully, but these errors were encountered: