-
Notifications
You must be signed in to change notification settings - Fork 3
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
Typed linting #909
Typed linting #909
Conversation
Pull Request Review - SummaryHey there! 👋 I've summarized the previous results for you. Here's a markdown document that you can use for your pull request review: Changes
Suggestions
Bugs
Improvements
overrides: [
{
files: ['*.html'],
rules: {
'plugin:@typescript-eslint/stylistic': 'off',
'unused-imports/no-unused-vars': 'off',
'sort-imports': 'off',
'json/*': 'off',
},
},
], RatingHere's a brief explanation of the code rating criteria:
Feel free to add more details or make any necessary adjustments to the markdown document. Good luck with your pull request! 🚀 P.S. Did you know that our premium plan can analyze even bigger pull requests? It's like having a superpower for code reviews! 😄 |
⏳ Blocked by: * #907. |
blocked by #907
this isn't fully typed, as the typed version eats ram!
this is stylistically typed, so keeps our ts style consistent
fixes prosopo/captcha-private#442