Index of /TorrentSender/node_modules/eslint/lib/rules
Name Size
Parent Directory -
utils/ -
accessor-pairs.js 11K
array-bracket-newline.js 7.9K
array-bracket-spacing.js 7.9K
array-callback-return.js 13K
array-element-newline.js 8.9K
arrow-body-style.js 10K
arrow-parens.js 7.0K
arrow-spacing.js 4.5K
block-scoped-var.js 3.4K
block-spacing.js 5.0K
brace-style.js 7.4K
callback-return.js 5.7K
camelcase.js 10K
capitalized-comments.js 9.1K
class-methods-use-this.js 6.2K
comma-dangle.js 11K
comma-spacing.js 5.8K
comma-style.js 10K
complexity.js 5.1K
computed-property-spacing.js 6.5K
consistent-return.js 5.6K
consistent-this.js 4.3K
constructor-super.js 12K
curly.js 11K
default-case-last.js 1.1K
default-case.js 2.3K
default-param-last.js 1.7K
dot-location.js 3.3K
dot-notation.js 5.1K
eol-last.js 3.5K
eqeqeq.js 4.8K
for-direction.js 4.2K
func-call-spacing.js 8.1K
func-name-matching.js 8.6K
func-names.js 5.0K
func-style.js 5.2K
function-call-argument-newline.js 4.1K
function-paren-newline.js 10K
generator-star-spacing.js 6.2K
getter-return.js 5.6K
global-require.js 2.8K
grouped-accessor-pairs.js 7.0K
guard-for-in.js 1.9K
handle-callback-err.js 3.2K
id-blacklist.js 6.5K
id-denylist.js 6.2K
id-length.js 5.5K
id-match.js 9.0K
implicit-arrow-linebreak.js 3.1K
indent-legacy.js 35K
indent.js 65K
index.js 17K
init-declarations.js 3.9K
jsx-quotes.js 3.1K
key-spacing.js 21K
keyword-spacing.js 20K
line-comment-position.js 3.6K
linebreak-style.js 3.5K
lines-around-comment.js 15K
lines-around-directive.js 6.9K
lines-between-class-members.js 9.9K
logical-assignment-operators.js 19K
max-classes-per-file.js 1.8K
max-depth.js 3.5K
max-len.js 13K
max-lines-per-function.js 5.9K
max-lines.js 4.3K
max-nested-callbacks.js 2.6K
max-params.js 3.0K
max-statements-per-line.js 6.6K
max-statements.js 4.5K
multiline-comment-style.js 18K
multiline-ternary.js 6.4K
new-cap.js 7.0K
new-parens.js 3.1K
newline-after-var.js 8.6K
newline-before-return.js 7.0K
newline-per-chained-call.js 3.8K
no-alert.js 3.8K
no-array-constructor.js 4.9K
no-async-promise-executor.js 1.0K
no-await-in-loop.js 2.4K
no-bitwise.js 2.9K
no-buffer-constructor.js 1.8K
no-caller.js 1.1K
no-case-declarations.js 1.8K
no-catch-shadow.js 2.5K
no-class-assign.js 1.5K
no-compare-neg-zero.js 1.6K
no-cond-assign.js 4.7K
no-confusing-arrow.js 3.2K
no-console.js 6.1K
no-const-assign.js 1.8K
no-constant-binary-expression.js 18K
no-constant-condition.js 4.4K
no-constructor-return.js 1.2K
no-continue.js 784
no-control-regex.js 3.7K
no-debugger.js 793
no-delete-var.js 852
no-div-regex.js 1.2K
no-dupe-args.js 2.3K
no-dupe-class-members.js 2.8K
no-dupe-else-if.js 4.1K
no-dupe-keys.js 3.9K
no-duplicate-case.js 1.7K
no-duplicate-imports.js 9.8K
no-else-return.js 13K
no-empty-character-class.js 1.9K
no-empty-function.js 5.6K
no-empty-pattern.js 1.8K
no-empty-static-block.js 1.6K
no-empty.js 3.1K
no-eq-null.js 1.1K
no-eval.js 7.4K
no-ex-assign.js 1.3K
no-extend-native.js 5.3K
no-extra-bind.js 5.9K
no-extra-boolean-cast.js 10K
no-extra-label.js 4.2K
no-extra-parens.js 43K
no-extra-semi.js 4.5K
no-fallthrough.js 6.8K
no-floating-decimal.js 2.5K
no-func-assign.js 1.8K
no-global-assign.js 2.4K
no-implicit-coercion.js 12K
no-implicit-globals.js 4.5K
no-implied-eval.js 4.2K
no-import-assign.js 6.0K
no-inline-comments.js 2.6K
no-inner-declarations.js 3.1K
no-invalid-regexp.js 5.8K
no-invalid-this.js 4.4K
no-irregular-whitespace.js 7.7K
no-iterator.js 1.1K
no-label-var.js 2.0K
no-labels.js 3.3K
no-lone-blocks.js 3.2K
no-lonely-if.js 3.2K
no-loop-func.js 6.9K
no-loss-of-precision.js 7.2K
no-magic-numbers.js 10K
no-misleading-character-class.js 16K
no-mixed-operators.js 7.0K
no-mixed-requires.js 6.2K
no-mixed-spaces-and-tabs.js 3.4K
no-multi-assign.js 1.3K
no-multi-spaces.js 4.5K
no-multi-str.js 1.6K
no-multiple-empty-lines.js 5.5K
no-native-reassign.js 2.7K
no-negated-condition.js 2.4K
no-negated-in-lhs.js 1.3K
no-nested-ternary.js 960
no-new-func.js 2.3K
no-new-native-nonconstructor.js 1.7K
no-new-object.js 1.8K
no-new-require.js 1.6K
no-new-symbol.js 1.7K
no-new-wrappers.js 1.4K
no-new.js 905
no-nonoctal-decimal-escape.js 4.5K
no-obj-calls.js 2.4K
no-object-constructor.js 2.9K
no-octal-escape.js 1.1K
no-octal.js 832
no-param-reassign.js 6.2K
no-path-concat.js 2.0K
no-plusplus.js 2.6K
no-process-env.js 1.6K
no-process-exit.js 1.7K
no-promise-executor-return.js 6.5K
no-proto.js 1.1K
no-prototype-builtins.js 4.6K
no-redeclare.js 4.3K
no-regex-spaces.js 5.2K
no-restricted-exports.js 5.5K
no-restricted-globals.js 6.1K
no-restricted-imports.js 23K
no-restricted-modules.js 6.0K
no-restricted-properties.js 5.8K
no-restricted-syntax.js 1.7K
no-return-assign.js 2.2K
no-return-await.js 4.4K
no-script-url.js 1.5K
no-self-assign.js 4.6K
no-self-compare.js 1.7K
no-sequences.js 3.9K
no-setter-return.js 5.6K
no-shadow-restricted-names.js 2.6K
no-shadow.js 17K
no-spaced-func.js 2.5K
no-sparse-arrays.js 1.4K
no-sync.js 1.8K
no-tabs.js 2.4K
no-template-curly-in-string.js 1.0K
no-ternary.js 785
no-this-before-super.js 8.8K
no-throw-literal.js 1.1K
no-trailing-spaces.js 6.0K
no-unassigned-vars.js 1.9K
no-undef-init.js 2.4K
no-undef.js 1.9K
no-undefined.js 1.8K
no-underscore-dangle.js 9.3K
no-unexpected-multiline.js 3.4K
no-unmodified-loop-condition.js 9.8K
no-unneeded-ternary.js 5.8K
no-unreachable-loop.js 5.0K
no-unreachable.js 7.3K
no-unsafe-finally.js 3.3K
no-unsafe-negation.js 3.9K
no-unsafe-optional-chaining.js 5.3K
no-unused-expressions.js 5.4K
no-unused-labels.js 3.8K
no-unused-private-class-members.js 6.1K
no-unused-vars.js 47K
no-use-before-define.js 12K
no-useless-assignment.js 19K
no-useless-backreference.js 7.5K
no-useless-call.js 2.7K
no-useless-catch.js 1.3K
no-useless-computed-key.js 5.8K
no-useless-concat.js 2.9K
no-useless-constructor.js 6.8K
no-useless-escape.js 11K
no-useless-rename.js 4.8K
no-useless-return.js 12K
no-var.js 11K
no-void.js 1.3K
no-warning-comments.js 5.5K
no-whitespace-before-property.js 3.8K
no-with.js 757
nonblock-statement-body-position.js 4.3K
object-curly-newline.js 9.9K
object-curly-spacing.js 10K
object-property-newline.js 3.7K
object-shorthand.js 18K
one-var-declaration-per-line.js 2.9K
one-var.js 19K
operator-assignment.js 7.4K
operator-linebreak.js 8.7K
padded-blocks.js 8.7K
padding-line-between-statements.js 17K
prefer-arrow-callback.js 11K
prefer-const.js 15K
prefer-destructuring.js 8.7K
prefer-exponentiation-operator.js 6.6K
prefer-named-capture-group.js 4.9K
prefer-numeric-literals.js 4.4K
prefer-object-has-own.js 3.7K
prefer-object-spread.js 9.3K
prefer-promise-reject-errors.js 4.5K
prefer-reflect.js 3.7K
prefer-regex-literals.js 14K
prefer-rest-params.js 3.0K
prefer-spread.js 2.5K
prefer-template.js 10K
preserve-caught-error.js 16K
quote-props.js 9.9K
quotes.js 11K
radix.js 5.4K
require-atomic-updates.js 9.1K
require-await.js 4.5K
require-unicode-regexp.js 7.6K
require-yield.js 1.7K
rest-spread-spacing.js 3.7K
semi-spacing.js 7.2K
semi-style.js 5.1K
semi.js 13K
sort-imports.js 8.4K
sort-keys.js 5.7K
sort-vars.js 3.2K
space-before-blocks.js 6.2K
space-before-function-paren.js 5.1K
space-in-parens.js 9.1K
space-infix-ops.js 5.8K
space-unary-ops.js 10K
spaced-comment.js 11K
strict.js 8.9K
switch-colon-spacing.js 4.6K
symbol-description.js 1.7K
template-curly-spacing.js 4.2K
template-tag-spacing.js 3.0K
unicode-bom.js 1.7K
use-isnan.js 7.0K
valid-typeof.js 4.2K
vars-on-top.js 4.2K
wrap-iife.js 6.8K
wrap-regex.js 2.1K
yield-star-spacing.js 3.9K
yoda.js 9.5K