MCPcopy Create free account

hub / github.com/mysticatea/eslint-plugin-node / functions

Functions232 in github.com/mysticatea/eslint-plugin-node

Functioncreate
(context)
lib/rules/no-unpublished-bin.js:53
Functioncreate
(context)
lib/rules/no-callback-literal.js:22
Functioncreate
()
lib/rules/process-exit-as-throw.js:161
Functioncreate
(context)
lib/rules/no-unsupported-features/es-syntax.js:634
Functioncreate
(context)
lib/rules/no-unsupported-features/node-builtins.js:362
Functioncreate
(context)
lib/rules/no-unsupported-features/es-builtins.js:174
Functioncreate
(context)
lib/rules/prefer-global/url.js:41
Functioncreate
(context)
lib/rules/prefer-global/buffer.js:42
Functioncreate
(context)
lib/rules/prefer-global/url-search-params.js:42
Functioncreate
(context)
lib/rules/prefer-global/text-encoder.js:42
Functioncreate
(context)
lib/rules/prefer-global/text-decoder.js:42
Functioncreate
(context)
lib/rules/prefer-global/process.js:39
Functioncreate
(context)
lib/rules/prefer-global/console.js:39
Functioncreate
(context)
lib/rules/prefer-promises/dns.js:50
Functioncreate
(context)
lib/rules/prefer-promises/fs.js:55
FunctioncreateRestriction
* Create a restriction. * @param {string | DefinitionData} def A definition. * @returns {Restriction} Created restriction.
lib/util/check-restricted.js:71
Functiondispatch
* 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
Functionfix
(fixer)
lib/rules/shebang.js:128
Functionfix
(fixer)
lib/rules/file-extension-in-import.js:99
Functionidentity
* @param {any} x - An any value. * @returns {any} Always `x`.
lib/util/get-convert-path.js:13
FunctionisAncestorFiles
* 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
FunctionisPathSeparator
* 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
FunctionisStrict
()
lib/rules/no-unsupported-features/es-syntax.js:427
FunctionoverrideLeaveNode
* 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
Functionrecommended
()
lib/index.js:8
FunctionrenderCategory
* Render a given category as a section. * @param {CategoryInfo} category The rule information. * @returns {string} The section.
scripts/update-readme.js:45
FunctionrenderDeprecatedRule
* Render a given rule as a table row. * @param {RuleInfo} rule The rule information. * @returns {string} The table row.
scripts/update-readme.js:28
FunctionrenderRule
* Render a given rule as a table row. * @param {RuleInfo} rule The rule information. * @returns {string} The table row.
scripts/update-readme.js:16
Functionreport
(descriptor)
lib/rules/no-unsupported-features/es-syntax.js:474
Functionverify
({ filePath, name, node })
lib/rules/file-extension-in-import.js:72
MethodverifyToPreferGlobals
* Verify the code to suggest the use of globals. * @returns {void}
lib/util/check-prefer-global.js:31
MethodverifyToPreferModules
* Verify the code to suggest the use of modules. * @returns {void}
lib/util/check-prefer-global.js:49
← previous201–232 of 232, ranked by callers