-
Notifications
You must be signed in to change notification settings - Fork 172
Issues: denoland/deno_lint
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
Label
Projects
Milestones
Assignee
Sort
Issues list
Add LintDiagnostic::severity
feature
a new feature
help wanted
Extra attention is needed
#1274
opened May 12, 2024 by
bartlomieju
Lint rule for usage of a new feature
good first issue
Good for newcomers
help wanted
Extra attention is needed
exports
or module.exports
feature
#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
Lint Rule: No boolean literal for arguments.
feature
a new feature
good first issue
Good for newcomers
help wanted
Extra attention is needed
#975
opened Nov 19, 2021 by
l-cornelius-dol
[Suggestion] Lint rule to disallow a new feature
help wanted
Extra attention is needed
arr[arr.length - 1]
feature
#779
opened Jul 18, 2021 by
grian32
Globals should be derived from parsing lib files...
feature
a new feature
globals
Issues related to acquiring symbols available globally
#622
opened Feb 23, 2021 by
kitsonk
deno_lint should generate an unused tag as part of its diagnostic structure to flag unreachable code
feature
a new feature
help wanted
Extra attention is needed
#561
opened Dec 7, 2020 by
bartlomieju
Ignore directives should affect the entire next AST node
feature
a new feature
#476
opened Oct 29, 2020 by
nayeemrmn
Add inter-file rules
design limitation
Currently this is a limitation of the design
feature
a new feature
requires type checking
Implementation of this rule requires access to type checking information from TSC
#454
opened Oct 27, 2020 by
ebebbington
ProTip!
Adding no:label will show everything without a label.