-
-
Notifications
You must be signed in to change notification settings - Fork 171
Issues: mysticatea/eslint-plugin-node
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
feat:
file-extension-in-import
to consider exports map
enhancement
#258
opened Mar 3, 2021 by
privatenumber
no-missing-imports
does not support "exports" in package.json
enhancement
#255
opened Feb 10, 2021 by
giltayar
Add an option to not throw for node/no-unpublished-require when a try/catch block is used
enhancement
#235
opened Jul 6, 2020 by
Richienb
Respect tsconfig's "paths" alias configuration for "no-missing-import" rule?
accepted
enhancement
#233
opened Jun 16, 2020 by
PinkyJie
Do we have the config that allow the user to turn on all the rules?
enhancement
evaluating
#227
opened May 21, 2020 by
thinh105
no-unsupported-features/node-builtin should detect unsupported usage of
fs.rmDir
enhancement
#221
opened May 8, 2020 by
Skn0tt
[feature request]: functional
resolvePackage
option/setting support
enhancement
evaluating
#186
opened Sep 7, 2019 by
JounQin
fs.promises is marked as unsupported
accepted
enhancement
help wanted
#174
opened Jun 23, 2019 by
jordanbtucker
Relative paths to
node_modules
being reported as unpublished
accepted
enhancement
help wanted
#162
opened May 6, 2019 by
brettz9
Track Babel version for
node/no-unsupported-features/*
enhancement
#161
opened May 4, 2019 by
brettz9
New rule: Disallow callbacks with errors and object/array deconstructors at the same time
enhancement
evaluating
#153
opened Mar 25, 2019 by
msiebuhr
New Rule: disallow parameter destructuring in Node-style callbacks
accepted
enhancement
help wanted
#123
opened Jun 18, 2018 by
JonKrone
For
node/shebang
, add option to disable CR check?
accepted
enhancement
help wanted
#111
opened Mar 12, 2018 by
buddydvd
Rule to ensure
process.env.NODE_ENV
is only equality-tested against valid values
accepted
enhancement
help wanted
#101
opened Dec 8, 2017 by
zenflow
In
node/shebang
add options to disable check on non bin
files
accepted
enhancement
help wanted
#96
opened Nov 25, 2017 by
pvdlg
Rule
node/no-unpublished-import
should not be enabled for private packages
enhancement
#77
opened Apr 9, 2017 by
josokinas
Allows
this
in EventEmitter
's callbacks (no-invalid-this
)
enhancement
#4
opened Dec 13, 2015 by
mysticatea
ProTip!
Exclude everything labeled
bug
with -label:bug.