Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mysticatea/eslint-plugin-node
/ functions
Functions
232 in github.com/mysticatea/eslint-plugin-node
⨍
Functions
232
◇
Types & classes
8
Function
create
(context)
lib/rules/no-unpublished-bin.js:53
Function
create
(context)
lib/rules/no-callback-literal.js:22
Function
create
()
lib/rules/process-exit-as-throw.js:161
Function
create
(context)
lib/rules/no-unsupported-features/es-syntax.js:634
Function
create
(context)
lib/rules/no-unsupported-features/node-builtins.js:362
Function
create
(context)
lib/rules/no-unsupported-features/es-builtins.js:174
Function
create
(context)
lib/rules/prefer-global/url.js:41
Function
create
(context)
lib/rules/prefer-global/buffer.js:42
Function
create
(context)
lib/rules/prefer-global/url-search-params.js:42
Function
create
(context)
lib/rules/prefer-global/text-encoder.js:42
Function
create
(context)
lib/rules/prefer-global/text-decoder.js:42
Function
create
(context)
lib/rules/prefer-global/process.js:39
Function
create
(context)
lib/rules/prefer-global/console.js:39
Function
create
(context)
lib/rules/prefer-promises/dns.js:50
Function
create
(context)
lib/rules/prefer-promises/fs.js:55
Function
createRestriction
* Create a restriction. * @param {string | DefinitionData} def A definition. * @returns {Restriction} Created restriction.
lib/util/check-restricted.js:71
Function
dispatch
* Dispatch all given functions with a node. * @param {function[]} handlers The function list to call. * @param {Node} node The AST node to be handle
lib/util/merge-visitors-in-place.js:42
Function
fix
(fixer)
lib/rules/shebang.js:128
Function
fix
(fixer)
lib/rules/file-extension-in-import.js:99
Function
identity
* @param {any} x - An any value. * @returns {any} Always `x`.
lib/util/get-convert-path.js:13
Function
isAncestorFiles
* Checks whether or not a given file name is a relative path to a ancestor * directory. * * @param {string} filePath - A file name to check. * @re
lib/util/get-npmignore.js:27
Function
isPathSeparator
* Check if a char is a path separator or not. * @param {string} c The char to check. * @returns {boolean} `true` if the char is a path separator.
lib/rules/no-path-concat.js:118
Function
isStrict
()
lib/rules/no-unsupported-features/es-syntax.js:427
Function
overrideLeaveNode
* The function to override `CodePathAnalyzer.prototype.leaveNode` in order to * address `process.exit()` as throw. * * @this CodePathAnalyzer * @p
lib/rules/process-exit-as-throw.js:120
Function
recommended
()
lib/index.js:8
Function
renderCategory
* Render a given category as a section. * @param {CategoryInfo} category The rule information. * @returns {string} The section.
scripts/update-readme.js:45
Function
renderDeprecatedRule
* Render a given rule as a table row. * @param {RuleInfo} rule The rule information. * @returns {string} The table row.
scripts/update-readme.js:28
Function
renderRule
* Render a given rule as a table row. * @param {RuleInfo} rule The rule information. * @returns {string} The table row.
scripts/update-readme.js:16
Function
report
(descriptor)
lib/rules/no-unsupported-features/es-syntax.js:474
Function
verify
({ filePath, name, node })
lib/rules/file-extension-in-import.js:72
Method
verifyToPreferGlobals
* Verify the code to suggest the use of globals. * @returns {void}
lib/util/check-prefer-global.js:31
Method
verifyToPreferModules
* Verify the code to suggest the use of modules. * @returns {void}
lib/util/check-prefer-global.js:49
← previous
201–232 of 232, ranked by callers