Skip to content

Issues: denoland/deno_lint

Roadmap
#176 opened Jun 18, 2020 by bartlomieju
Open 33
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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Add LintDiagnostic::severity feature a new feature help wanted Extra attention is needed
#1274 opened May 12, 2024 by bartlomieju
no-invalid-regexp does not look inside function calls bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
#1269 opened Apr 19, 2024 by 0f-0b
suggestion: ban-untagged-deprecation good first issue Good for newcomers help wanted Extra attention is needed new-rule Suggestion to add a new lint rule
#1266 opened Apr 15, 2024 by iuioiua
Class marked as unused when used in a static block bug Something isn't working
#1259 opened Mar 3, 2024 by nicolo-ribaudo
no-extra-non-null-assertion gives incorrect recommendation bug Something isn't working
#1254 opened Feb 22, 2024 by aricart
no-unused-vars suggests breaking change. bug Something isn't working
#1251 opened Feb 18, 2024 by Summertime
Tag All Rules request Feature request
#1244 opened Feb 2, 2024 by Barzi-Ahmed
Lint rule for usage of exports or module.exports feature a new feature good first issue Good for newcomers help wanted Extra attention is needed
#1241 opened Jan 30, 2024 by dsherret
Lint rule for non-bare specifier feature a new feature good first issue Good for newcomers help wanted Extra attention is needed
#1238 opened Jan 28, 2024 by dsherret
Support multiple line comments for ignore directive explanation feature a new feature help wanted Extra attention is needed
#1233 opened Jan 24, 2024 by chengr4
Lint to detect npm dependencies without versions feature a new feature good first issue Good for newcomers help wanted Extra attention is needed
#1227 opened Jan 15, 2024 by sigmaSd
The require-await rule does more harm than good bug Something isn't working
#1220 opened Jan 2, 2024 by dbrockman
Rule suggestion: react-hooks/rules-of-hooks request Feature request
#1207 opened Nov 7, 2023 by petamoriken
upgrade no-sync-fn-in-async-fn bug Something isn't working
#1198 opened Oct 2, 2023 by sigmaSd
Fallthrough is not allowed when adding comment above switch case bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
#1196 opened Sep 9, 2023 by dsherret
Rule suggestion: no-compare-to-new eslint-compat Related to compatibility with ESLint help wanted Extra attention is needed new-rule Suggestion to add a new lint rule
#1185 opened Aug 8, 2023 by rotu
Rule suggestion: prefer-object-shorthand eslint-compat Related to compatibility with ESLint help wanted Extra attention is needed new-rule Suggestion to add a new lint rule
#1184 opened Aug 7, 2023 by scarf005
Disable require-await by default bug Something isn't working
#1170 opened Jun 19, 2023 by not-my-profile
Rule suggestion: switch-exhaustiveness-check design limitation Currently this is a limitation of the design
#1160 opened May 29, 2023 by lionel-rowe
Hundreads of panics when testing broken files bug Something isn't working
#1145 opened Mar 31, 2023 by qarmin
ProTip! Exclude everything labeled bug with -label:bug.