Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files:
 *
 CODE_OF_CONDUCT.md
 CONTRIBUTING.md
 Makefile.js
 README.md
 SUPPORT.md
 Xtypes/README.md
 Xtypes/index.d.ts
 Xtypes/package.json
 appveyor.yml
 bin/eslint.js
 conf/category-list.json
 conf/config-schema.js
 conf/default-cli-options.js
 conf/environments.js
 conf/eslint-all.js
 conf/eslint-recommended.js
 conf/replacements.json
 docs/README.md
 docs/about/index.md
 docs/developer-guide/README.md
 docs/developer-guide/architecture.md
 docs/developer-guide/code-conventions.md
 docs/developer-guide/code-path-analysis.md
 docs/developer-guide/code-path-analysis/README.md
 docs/developer-guide/code-path-analysis/example-dowhilestatement.svg
 docs/developer-guide/code-path-analysis/example-forinstatement.svg
 docs/developer-guide/code-path-analysis/example-forstatement-for-ever.svg
 docs/developer-guide/code-path-analysis/example-forstatement.svg
 docs/developer-guide/code-path-analysis/example-hello-world.svg
 docs/developer-guide/code-path-analysis/example-ifstatement-chain.svg
 docs/developer-guide/code-path-analysis/example-ifstatement.svg
 docs/developer-guide/code-path-analysis/example-switchstatement-has-default.svg
 docs/developer-guide/code-path-analysis/example-switchstatement.svg
 docs/developer-guide/code-path-analysis/example-trystatement-try-catch-finally.svg
 docs/developer-guide/code-path-analysis/example-trystatement-try-catch.svg
 docs/developer-guide/code-path-analysis/example-trystatement-try-finally.svg
 docs/developer-guide/code-path-analysis/example-when-there-is-a-function-f.svg
 docs/developer-guide/code-path-analysis/example-when-there-is-a-function-g.svg
 docs/developer-guide/code-path-analysis/example-whilestatement.svg
 docs/developer-guide/code-path-analysis/helo.svg
 docs/developer-guide/code-path-analysis/loop-event-example-for-1.svg
 docs/developer-guide/code-path-analysis/loop-event-example-for-2.svg
 docs/developer-guide/code-path-analysis/loop-event-example-for-3.svg
 docs/developer-guide/code-path-analysis/loop-event-example-for-4.svg
 docs/developer-guide/code-path-analysis/loop-event-example-for-5.svg
 docs/developer-guide/code-path-analysis/loop-event-example-while-1.svg
 docs/developer-guide/code-path-analysis/loop-event-example-while-2.svg
 docs/developer-guide/code-path-analysis/loop-event-example-while-3.svg
 docs/developer-guide/contributing/README.md
 docs/developer-guide/contributing/changes.md
 docs/developer-guide/contributing/new-rules.md
 docs/developer-guide/contributing/pull-requests.md
 docs/developer-guide/contributing/reporting-bugs.md
 docs/developer-guide/contributing/rule-changes.md
 docs/developer-guide/contributing/working-on-issues.md
 docs/developer-guide/development-environment.md
 docs/developer-guide/nodejs-api.md
 docs/developer-guide/scope-manager-interface.md
 docs/developer-guide/selectors.md
 docs/developer-guide/shareable-configs.md
 docs/developer-guide/source-code.md
 docs/developer-guide/unit-tests.md
 docs/developer-guide/working-with-custom-formatters.md
 docs/developer-guide/working-with-custom-parsers.md
 docs/developer-guide/working-with-plugins.md
 docs/developer-guide/working-with-rules-deprecated.md
 docs/developer-guide/working-with-rules.md
 docs/maintainer-guide/README.md
 docs/maintainer-guide/issues.md
 docs/maintainer-guide/npm-2fa.md
 docs/maintainer-guide/pullrequests.md
 docs/maintainer-guide/releases.md
 docs/maintainer-guide/working-groups.md
 docs/rules/accessor-pairs.md
 docs/rules/array-bracket-newline.md
 docs/rules/array-bracket-spacing.md
 docs/rules/array-callback-return.md
 docs/rules/array-element-newline.md
 docs/rules/arrow-body-style.md
 docs/rules/arrow-parens.md
 docs/rules/arrow-spacing.md
 docs/rules/block-scoped-var.md
 docs/rules/block-spacing.md
 docs/rules/brace-style.md
 docs/rules/callback-return.md
 docs/rules/camelcase.md
 docs/rules/capitalized-comments.md
 docs/rules/class-methods-use-this.md
 docs/rules/comma-dangle.md
 docs/rules/comma-spacing.md
 docs/rules/comma-style.md
 docs/rules/complexity.md
 docs/rules/computed-property-spacing.md
 docs/rules/consistent-return.md
 docs/rules/consistent-this.md
 docs/rules/constructor-super.md
 docs/rules/curly.md
 docs/rules/default-case.md
 docs/rules/dot-location.md
 docs/rules/dot-notation.md
 docs/rules/eol-last.md
 docs/rules/eqeqeq.md
 docs/rules/for-direction.md
 docs/rules/func-call-spacing.md
 docs/rules/func-name-matching.md
 docs/rules/func-names.md
 docs/rules/func-style.md
 docs/rules/function-paren-newline.md
 docs/rules/generator-star-spacing.md
 docs/rules/generator-star.md
 docs/rules/getter-return.md
 docs/rules/global-require.md
 docs/rules/global-strict.md
 docs/rules/guard-for-in.md
 docs/rules/handle-callback-err.md
 docs/rules/id-blacklist.md
 docs/rules/id-length.md
 docs/rules/id-match.md
 docs/rules/implicit-arrow-linebreak.md
 docs/rules/indent-legacy.md
 docs/rules/indent.md
 docs/rules/init-declarations.md
 docs/rules/jsx-quotes.md
 docs/rules/key-spacing.md
 docs/rules/keyword-spacing.md
 docs/rules/line-comment-position.md
 docs/rules/linebreak-style.md
 docs/rules/lines-around-comment.md
 docs/rules/lines-around-directive.md
 docs/rules/lines-between-class-members.md
 docs/rules/max-classes-per-file.md
 docs/rules/max-depth.md
 docs/rules/max-len.md
 docs/rules/max-lines-per-function.md
 docs/rules/max-lines.md
 docs/rules/max-nested-callbacks.md
 docs/rules/max-params.md
 docs/rules/max-statements-per-line.md
 docs/rules/max-statements.md
 docs/rules/multiline-comment-style.md
 docs/rules/multiline-ternary.md
 docs/rules/new-cap.md
 docs/rules/new-parens.md
 docs/rules/newline-after-var.md
 docs/rules/newline-before-return.md
 docs/rules/newline-per-chained-call.md
 docs/rules/no-alert.md
 docs/rules/no-array-constructor.md
 docs/rules/no-arrow-condition.md
 docs/rules/no-async-promise-executor.md
 docs/rules/no-await-in-loop.md
 docs/rules/no-bitwise.md
 docs/rules/no-buffer-constructor.md
 docs/rules/no-caller.md
 docs/rules/no-case-declarations.md
 docs/rules/no-catch-shadow.md
 docs/rules/no-class-assign.md
 docs/rules/no-comma-dangle.md
 docs/rules/no-compare-neg-zero.md
 docs/rules/no-cond-assign.md
 docs/rules/no-confusing-arrow.md
 docs/rules/no-console.md
 docs/rules/no-const-assign.md
 docs/rules/no-constant-condition.md
 docs/rules/no-continue.md
 docs/rules/no-control-regex.md
 docs/rules/no-debugger.md
 docs/rules/no-delete-var.md
 docs/rules/no-div-regex.md
 docs/rules/no-dupe-args.md
 docs/rules/no-dupe-class-members.md
 docs/rules/no-dupe-keys.md
 docs/rules/no-duplicate-case.md
 docs/rules/no-duplicate-imports.md
 docs/rules/no-else-return.md
 docs/rules/no-empty-character-class.md
 docs/rules/no-empty-class.md
 docs/rules/no-empty-function.md
 docs/rules/no-empty-label.md
 docs/rules/no-empty-pattern.md
 docs/rules/no-empty.md
 docs/rules/no-eq-null.md
 docs/rules/no-eval.md
 docs/rules/no-ex-assign.md
 docs/rules/no-extend-native.md
 docs/rules/no-extra-bind.md
 docs/rules/no-extra-boolean-cast.md
 docs/rules/no-extra-label.md
 docs/rules/no-extra-parens.md
 docs/rules/no-extra-semi.md
 docs/rules/no-extra-strict.md
 docs/rules/no-fallthrough.md
 docs/rules/no-floating-decimal.md
 docs/rules/no-func-assign.md
 docs/rules/no-global-assign.md
 docs/rules/no-implicit-coercion.md
 docs/rules/no-implicit-globals.md
 docs/rules/no-implied-eval.md
 docs/rules/no-inline-comments.md
 docs/rules/no-inner-declarations.md
 docs/rules/no-invalid-regexp.md
 docs/rules/no-invalid-this.md
 docs/rules/no-irregular-whitespace.md
 docs/rules/no-iterator.md
 docs/rules/no-label-var.md
 docs/rules/no-labels.md
 docs/rules/no-lone-blocks.md
 docs/rules/no-lonely-if.md
 docs/rules/no-loop-func.md
 docs/rules/no-magic-numbers.md
 docs/rules/no-mixed-operators.md
 docs/rules/no-mixed-requires.md
 docs/rules/no-mixed-spaces-and-tabs.md
 docs/rules/no-multi-assign.md
 docs/rules/no-multi-spaces.md
 docs/rules/no-multi-str.md
 docs/rules/no-multiple-empty-lines.md
 docs/rules/no-native-reassign.md
 docs/rules/no-negated-condition.md
 docs/rules/no-negated-in-lhs.md
 docs/rules/no-nested-ternary.md
 docs/rules/no-new-func.md
 docs/rules/no-new-object.md
 docs/rules/no-new-require.md
 docs/rules/no-new-symbol.md
 docs/rules/no-new-wrappers.md
 docs/rules/no-new.md
 docs/rules/no-obj-calls.md
 docs/rules/no-octal.md
 docs/rules/no-param-reassign.md
 docs/rules/no-path-concat.md
 docs/rules/no-plusplus.md
 docs/rules/no-process-env.md
 docs/rules/no-process-exit.md
 docs/rules/no-proto.md
 docs/rules/no-prototype-builtins.md
 docs/rules/no-redeclare.md
 docs/rules/no-regex-spaces.md
 docs/rules/no-reserved-keys.md
 docs/rules/no-restricted-globals.md
 docs/rules/no-restricted-imports.md
 docs/rules/no-restricted-modules.md
 docs/rules/no-restricted-properties.md
 docs/rules/no-restricted-syntax.md
 docs/rules/no-return-assign.md
 docs/rules/no-return-await.md
 docs/rules/no-script-url.md
 docs/rules/no-self-assign.md
 docs/rules/no-self-compare.md
 docs/rules/no-sequences.md
 docs/rules/no-shadow-restricted-names.md
 docs/rules/no-shadow.md
 docs/rules/no-space-before-semi.md
 docs/rules/no-spaced-func.md
 docs/rules/no-sparse-arrays.md
 docs/rules/no-sync.md
 docs/rules/no-tabs.md
 docs/rules/no-template-curly-in-string.md
 docs/rules/no-ternary.md
 docs/rules/no-this-before-super.md
 docs/rules/no-throw-literal.md
 docs/rules/no-trailing-spaces.md
 docs/rules/no-undef-init.md
 docs/rules/no-undef.md
 docs/rules/no-undefined.md
 docs/rules/no-underscore-dangle.md
 docs/rules/no-unexpected-multiline.md
 docs/rules/no-unmodified-loop-condition.md
 docs/rules/no-unneeded-ternary.md
 docs/rules/no-unreachable.md
 docs/rules/no-unsafe-finally.md
 docs/rules/no-unsafe-negation.md
 docs/rules/no-unused-expressions.md
 docs/rules/no-unused-labels.md
 docs/rules/no-unused-vars.md
 docs/rules/no-use-before-define.md
 docs/rules/no-useless-call.md
 docs/rules/no-useless-catch.md
 docs/rules/no-useless-computed-key.md
 docs/rules/no-useless-concat.md
 docs/rules/no-useless-constructor.md
 docs/rules/no-useless-escape.md
 docs/rules/no-useless-rename.md
 docs/rules/no-useless-return.md
 docs/rules/no-var.md
 docs/rules/no-void.md
 docs/rules/no-warning-comments.md
 docs/rules/no-whitespace-before-property.md
 docs/rules/no-with.md
 docs/rules/no-wrap-func.md
 docs/rules/nonblock-statement-body-position.md
 docs/rules/object-curly-newline.md
 docs/rules/object-curly-spacing.md
 docs/rules/object-property-newline.md
 docs/rules/object-shorthand.md
 docs/rules/one-var-declaration-per-line.md
 docs/rules/one-var.md
 docs/rules/operator-assignment.md
 docs/rules/operator-linebreak.md
 docs/rules/padded-blocks.md
 docs/rules/padding-line-between-statements.md
 docs/rules/prefer-arrow-callback.md
 docs/rules/prefer-const.md
 docs/rules/prefer-destructuring.md
 docs/rules/prefer-named-capture-group.md
 docs/rules/prefer-numeric-literals.md
 docs/rules/prefer-object-spread.md
 docs/rules/prefer-promise-reject-errors.md
 docs/rules/prefer-reflect.md
 docs/rules/prefer-rest-params.md
 docs/rules/prefer-spread.md
 docs/rules/prefer-template.md
 docs/rules/quote-props.md
 docs/rules/quotes.md
 docs/rules/radix.md
 docs/rules/require-atomic-updates.md
 docs/rules/require-await.md
 docs/rules/require-jsdoc.md
 docs/rules/require-unicode-regexp.md
 docs/rules/require-yield.md
 docs/rules/rest-spread-spacing.md
 docs/rules/semi-spacing.md
 docs/rules/semi-style.md
 docs/rules/semi.md
 docs/rules/sort-imports.md
 docs/rules/sort-keys.md
 docs/rules/sort-vars.md
 docs/rules/space-after-function-name.md
 docs/rules/space-after-keywords.md
 docs/rules/space-before-blocks.md
 docs/rules/space-before-function-paren.md
 docs/rules/space-before-function-parentheses.md
 docs/rules/space-before-keywords.md
 docs/rules/space-in-brackets.md
 docs/rules/space-in-parens.md
 docs/rules/space-infix-ops.md
 docs/rules/space-return-throw-case.md
 docs/rules/space-unary-ops.md
 docs/rules/space-unary-word-ops.md
 docs/rules/spaced-comment.md
 docs/rules/spaced-line-comment.md
 docs/rules/strict.md
 docs/rules/switch-colon-spacing.md
 docs/rules/symbol-description.md
 docs/rules/template-curly-spacing.md
 docs/rules/template-tag-spacing.md
 docs/rules/unicode-bom.md
 docs/rules/use-isnan.md
 docs/rules/valid-jsdoc.md
 docs/rules/valid-typeof.md
 docs/rules/vars-on-top.md
 docs/rules/wrap-iife.md
 docs/rules/wrap-regex.md
 docs/rules/yield-star-spacing.md
 docs/rules/yoda.md
 docs/user-guide/README.md
 docs/user-guide/command-line-interface.md
 docs/user-guide/configuring.md
 docs/user-guide/getting-started.md
 docs/user-guide/integrations.md
 docs/user-guide/migrating-from-jscs.md
 docs/user-guide/migrating-to-1.0.0.md
 docs/user-guide/migrating-to-2.0.0.md
 docs/user-guide/migrating-to-3.0.0.md
 docs/user-guide/migrating-to-4.0.0.md
 docs/user-guide/migrating-to-5.0.0.md
 docs/user-guide/rule-deprecation.md
 karma.conf.js
 lib/api.js
 lib/built-in-rules-index.js
 lib/cli-engine.js
 lib/cli.js
 lib/code-path-analysis/code-path-analyzer.js
 lib/code-path-analysis/code-path-segment.js
 lib/code-path-analysis/code-path-state.js
 lib/code-path-analysis/code-path.js
 lib/code-path-analysis/debug-helpers.js
 lib/code-path-analysis/fork-context.js
 lib/code-path-analysis/id-generator.js
 lib/config.js
 lib/config/autoconfig.js
 lib/config/config-cache.js
 lib/config/config-file.js
 lib/config/config-initializer.js
 lib/config/config-rule.js
 lib/config/config-validator.js
 lib/config/environments.js
 lib/config/plugins.js
 lib/formatters/checkstyle.js
 lib/formatters/codeframe.js
 lib/formatters/compact.js
 lib/formatters/html-template-message.html
 lib/formatters/html-template-page.html
 lib/formatters/html-template-result.html
 lib/formatters/html.js
 lib/formatters/jslint-xml.js
 lib/formatters/json-with-metadata.js
 lib/formatters/json.js
 lib/formatters/junit.js
 lib/formatters/stylish.js
 lib/formatters/table.js
 lib/formatters/tap.js
 lib/formatters/unix.js
 lib/formatters/visualstudio.js
 lib/linter.js
 lib/load-rules.js
 lib/options.js
 lib/rules.js
 lib/rules/accessor-pairs.js
 lib/rules/array-bracket-newline.js
 lib/rules/array-bracket-spacing.js
 lib/rules/array-callback-return.js
 lib/rules/array-element-newline.js
 lib/rules/arrow-body-style.js
 lib/rules/arrow-parens.js
 lib/rules/arrow-spacing.js
 lib/rules/block-scoped-var.js
 lib/rules/block-spacing.js
 lib/rules/brace-style.js
 lib/rules/callback-return.js
 lib/rules/camelcase.js
 lib/rules/capitalized-comments.js
 lib/rules/class-methods-use-this.js
 lib/rules/comma-dangle.js
 lib/rules/comma-spacing.js
 lib/rules/comma-style.js
 lib/rules/complexity.js
 lib/rules/computed-property-spacing.js
 lib/rules/consistent-return.js
 lib/rules/consistent-this.js
 lib/rules/constructor-super.js
 lib/rules/curly.js
 lib/rules/default-case.js
 lib/rules/dot-location.js
 lib/rules/dot-notation.js
 lib/rules/eol-last.js
 lib/rules/eqeqeq.js
 lib/rules/for-direction.js
 lib/rules/func-call-spacing.js
 lib/rules/func-name-matching.js
 lib/rules/func-names.js
 lib/rules/func-style.js
 lib/rules/function-paren-newline.js
 lib/rules/generator-star-spacing.js
 lib/rules/getter-return.js
 lib/rules/global-require.js
 lib/rules/guard-for-in.js
 lib/rules/handle-callback-err.js
 lib/rules/id-blacklist.js
 lib/rules/id-length.js
 lib/rules/id-match.js
 lib/rules/implicit-arrow-linebreak.js
 lib/rules/indent-legacy.js
 lib/rules/indent.js
 lib/rules/init-declarations.js
 lib/rules/jsx-quotes.js
 lib/rules/key-spacing.js
 lib/rules/keyword-spacing.js
 lib/rules/line-comment-position.js
 lib/rules/linebreak-style.js
 lib/rules/lines-around-comment.js
 lib/rules/lines-around-directive.js
 lib/rules/lines-between-class-members.js
 lib/rules/max-classes-per-file.js
 lib/rules/max-depth.js
 lib/rules/max-len.js
 lib/rules/max-lines-per-function.js
 lib/rules/max-lines.js
 lib/rules/max-nested-callbacks.js
 lib/rules/max-params.js
 lib/rules/max-statements-per-line.js
 lib/rules/max-statements.js
 lib/rules/multiline-comment-style.js
 lib/rules/multiline-ternary.js
 lib/rules/new-cap.js
 lib/rules/new-parens.js
 lib/rules/newline-after-var.js
 lib/rules/newline-before-return.js
 lib/rules/newline-per-chained-call.js
 lib/rules/no-alert.js
 lib/rules/no-array-constructor.js
 lib/rules/no-async-promise-executor.js
 lib/rules/no-await-in-loop.js
 lib/rules/no-bitwise.js
 lib/rules/no-buffer-constructor.js
 lib/rules/no-caller.js
 lib/rules/no-case-declarations.js
 lib/rules/no-catch-shadow.js
 lib/rules/no-class-assign.js
 lib/rules/no-compare-neg-zero.js
 lib/rules/no-cond-assign.js
 lib/rules/no-confusing-arrow.js
 lib/rules/no-console.js
 lib/rules/no-const-assign.js
 lib/rules/no-constant-condition.js
 lib/rules/no-continue.js
 lib/rules/no-control-regex.js
 lib/rules/no-debugger.js
 lib/rules/no-delete-var.js
 lib/rules/no-div-regex.js
 lib/rules/no-dupe-args.js
 lib/rules/no-dupe-class-members.js
 lib/rules/no-dupe-keys.js
 lib/rules/no-duplicate-case.js
 lib/rules/no-duplicate-imports.js
 lib/rules/no-else-return.js
 lib/rules/no-empty-character-class.js
 lib/rules/no-empty-function.js
 lib/rules/no-empty-pattern.js
 lib/rules/no-empty.js
 lib/rules/no-eq-null.js
 lib/rules/no-eval.js
 lib/rules/no-ex-assign.js
 lib/rules/no-extend-native.js
 lib/rules/no-extra-bind.js
 lib/rules/no-extra-boolean-cast.js
 lib/rules/no-extra-label.js
 lib/rules/no-extra-parens.js
 lib/rules/no-extra-semi.js
 lib/rules/no-fallthrough.js
 lib/rules/no-floating-decimal.js
 lib/rules/no-func-assign.js
 lib/rules/no-global-assign.js
 lib/rules/no-implicit-coercion.js
 lib/rules/no-implicit-globals.js
 lib/rules/no-implied-eval.js
 lib/rules/no-inline-comments.js
 lib/rules/no-inner-declarations.js
 lib/rules/no-invalid-regexp.js
 lib/rules/no-invalid-this.js
 lib/rules/no-irregular-whitespace.js
 lib/rules/no-iterator.js
 lib/rules/no-label-var.js
 lib/rules/no-labels.js
 lib/rules/no-lone-blocks.js
 lib/rules/no-lonely-if.js
 lib/rules/no-loop-func.js
 lib/rules/no-magic-numbers.js
 lib/rules/no-misleading-character-class.js
 lib/rules/no-mixed-operators.js
 lib/rules/no-mixed-requires.js
 lib/rules/no-mixed-spaces-and-tabs.js
 lib/rules/no-multi-assign.js
 lib/rules/no-multi-spaces.js
 lib/rules/no-multi-str.js
 lib/rules/no-multiple-empty-lines.js
 lib/rules/no-native-reassign.js
 lib/rules/no-negated-condition.js
 lib/rules/no-negated-in-lhs.js
 lib/rules/no-nested-ternary.js
 lib/rules/no-new-func.js
 lib/rules/no-new-object.js
 lib/rules/no-new-require.js
 lib/rules/no-new-symbol.js
 lib/rules/no-new-wrappers.js
 lib/rules/no-new.js
 lib/rules/no-obj-calls.js
 lib/rules/no-octal-escape.js
 lib/rules/no-octal.js
 lib/rules/no-param-reassign.js
 lib/rules/no-path-concat.js
 lib/rules/no-plusplus.js
 lib/rules/no-process-env.js
 lib/rules/no-process-exit.js
 lib/rules/no-proto.js
 lib/rules/no-prototype-builtins.js
 lib/rules/no-redeclare.js
 lib/rules/no-regex-spaces.js
 lib/rules/no-restricted-globals.js
 lib/rules/no-restricted-imports.js
 lib/rules/no-restricted-modules.js
 lib/rules/no-restricted-properties.js
 lib/rules/no-restricted-syntax.js
 lib/rules/no-return-assign.js
 lib/rules/no-return-await.js
 lib/rules/no-script-url.js
 lib/rules/no-self-assign.js
 lib/rules/no-self-compare.js
 lib/rules/no-sequences.js
 lib/rules/no-shadow-restricted-names.js
 lib/rules/no-shadow.js
 lib/rules/no-spaced-func.js
 lib/rules/no-sparse-arrays.js
 lib/rules/no-sync.js
 lib/rules/no-tabs.js
 lib/rules/no-template-curly-in-string.js
 lib/rules/no-ternary.js
 lib/rules/no-this-before-super.js
 lib/rules/no-throw-literal.js
 lib/rules/no-trailing-spaces.js
 lib/rules/no-undef-init.js
 lib/rules/no-undef.js
 lib/rules/no-undefined.js
 lib/rules/no-underscore-dangle.js
 lib/rules/no-unexpected-multiline.js
 lib/rules/no-unmodified-loop-condition.js
 lib/rules/no-unneeded-ternary.js
 lib/rules/no-unreachable.js
 lib/rules/no-unsafe-finally.js
 lib/rules/no-unsafe-negation.js
 lib/rules/no-unused-expressions.js
 lib/rules/no-unused-labels.js
 lib/rules/no-unused-vars.js
 lib/rules/no-use-before-define.js
 lib/rules/no-useless-call.js
 lib/rules/no-useless-catch.js
 lib/rules/no-useless-computed-key.js
 lib/rules/no-useless-concat.js
 lib/rules/no-useless-constructor.js
 lib/rules/no-useless-escape.js
 lib/rules/no-useless-rename.js
 lib/rules/no-useless-return.js
 lib/rules/no-var.js
 lib/rules/no-void.js
 lib/rules/no-warning-comments.js
 lib/rules/no-whitespace-before-property.js
 lib/rules/no-with.js
 lib/rules/nonblock-statement-body-position.js
 lib/rules/object-curly-newline.js
 lib/rules/object-curly-spacing.js
 lib/rules/object-property-newline.js
 lib/rules/object-shorthand.js
 lib/rules/one-var-declaration-per-line.js
 lib/rules/one-var.js
 lib/rules/operator-assignment.js
 lib/rules/operator-linebreak.js
 lib/rules/padded-blocks.js
 lib/rules/padding-line-between-statements.js
 lib/rules/prefer-arrow-callback.js
 lib/rules/prefer-const.js
 lib/rules/prefer-destructuring.js
 lib/rules/prefer-named-capture-group.js
 lib/rules/prefer-numeric-literals.js
 lib/rules/prefer-object-spread.js
 lib/rules/prefer-promise-reject-errors.js
 lib/rules/prefer-reflect.js
 lib/rules/prefer-rest-params.js
 lib/rules/prefer-spread.js
 lib/rules/prefer-template.js
 lib/rules/quote-props.js
 lib/rules/quotes.js
 lib/rules/radix.js
 lib/rules/require-atomic-updates.js
 lib/rules/require-await.js
 lib/rules/require-jsdoc.js
 lib/rules/require-unicode-regexp.js
 lib/rules/require-yield.js
 lib/rules/rest-spread-spacing.js
 lib/rules/semi-spacing.js
 lib/rules/semi-style.js
 lib/rules/semi.js
 lib/rules/sort-imports.js
 lib/rules/sort-keys.js
 lib/rules/sort-vars.js
 lib/rules/space-before-blocks.js
 lib/rules/space-before-function-paren.js
 lib/rules/space-in-parens.js
 lib/rules/space-infix-ops.js
 lib/rules/space-unary-ops.js
 lib/rules/spaced-comment.js
 lib/rules/strict.js
 lib/rules/switch-colon-spacing.js
 lib/rules/symbol-description.js
 lib/rules/template-curly-spacing.js
 lib/rules/template-tag-spacing.js
 lib/rules/unicode-bom.js
 lib/rules/use-isnan.js
 lib/rules/valid-jsdoc.js
 lib/rules/valid-typeof.js
 lib/rules/vars-on-top.js
 lib/rules/wrap-iife.js
 lib/rules/wrap-regex.js
 lib/rules/yield-star-spacing.js
 lib/rules/yoda.js
 lib/testers/rule-tester.js
 lib/token-store/backward-token-comment-cursor.js
 lib/token-store/backward-token-cursor.js
 lib/token-store/cursor.js
 lib/token-store/cursors.js
 lib/token-store/decorative-cursor.js
 lib/token-store/filter-cursor.js
 lib/token-store/forward-token-comment-cursor.js
 lib/token-store/forward-token-cursor.js
 lib/token-store/index.js
 lib/token-store/limit-cursor.js
 lib/token-store/padded-token-cursor.js
 lib/token-store/skip-cursor.js
 lib/token-store/utils.js
 lib/util/ajv.js
 lib/util/apply-disable-directives.js
 lib/util/ast-utils.js
 lib/util/config-comment-parser.js
 lib/util/file-finder.js
 lib/util/fix-tracker.js
 lib/util/glob-utils.js
 lib/util/glob.js
 lib/util/hash.js
 lib/util/ignored-paths.js
 lib/util/interpolate.js
 lib/util/keywords.js
 lib/util/lint-result-cache.js
 lib/util/logging.js
 lib/util/module-resolver.js
 lib/util/naming.js
 lib/util/node-event-generator.js
 lib/util/npm-utils.js
 lib/util/path-utils.js
 lib/util/report-translator.js
 lib/util/rule-fixer.js
 lib/util/safe-emitter.js
 lib/util/source-code-fixer.js
 lib/util/source-code-utils.js
 lib/util/source-code.js
 lib/util/timing.js
 lib/util/traverser.js
 lib/util/unicode/index.js
 lib/util/unicode/is-emoji-modifier.js
 lib/util/unicode/is-regional-indicator-symbol.js
 lib/util/unicode/is-surrogate-pair.js
 lib/util/xml-escape.js
 messages/all-files-ignored.txt
 messages/extend-config-missing.txt
 messages/failed-to-read-json.txt
 messages/file-not-found.txt
 messages/no-config-found.txt
 messages/plugin-missing.txt
 messages/whitespace-found.txt
 package.json
 packages/eslint-config-eslint/README.md
 packages/eslint-config-eslint/default.yml
 packages/eslint-config-eslint/index.js
 packages/eslint-config-eslint/package.json
 templates/blogpost.md.ejs
 templates/bug-report.md
 templates/formatter-examples.md.ejs
 templates/rule-change-proposal.md
 templates/rule-proposal.md
 tests/bench/bench.js
 tests/bench/xform-rules.js
 tests/bin/eslint.js
 tests/conf/config-schema.js
 tests/conf/eslint-all.js
 tests/fixtures/.eslintignore
 tests/fixtures/.eslintignore2
 tests/fixtures/.eslintignore_twoGlobstar
 tests/fixtures/.eslintrc
 tests/fixtures/autoconfig/source-with-comments.js
 tests/fixtures/autoconfig/source.js
 tests/fixtures/autofix-integration/left-pad-expected-quiet.js
 tests/fixtures/autofix-integration/left-pad-expected.js
 tests/fixtures/autofix-integration/left-pad.js
 tests/fixtures/autofix/return-conflicting-fixes.expected.js
 tests/fixtures/autofix/return-conflicting-fixes.js
 tests/fixtures/autofix/semicolon-conflicting-fixes.expected.js
 tests/fixtures/autofix/semicolon-conflicting-fixes.js
 tests/fixtures/bin/.eslintrc.yml
 tests/fixtures/cache/src/fail-file.js
 tests/fixtures/cache/src/file-to-delete.js
 tests/fixtures/cache/src/test-file.js
 tests/fixtures/cache/src/test-file2.js
 tests/fixtures/cli-engine/.eslintignore2
 tests/fixtures/cli-engine/console.js
 tests/fixtures/cli-engine/deprecated-rule-config/.eslintrc.yml
 tests/fixtures/cli-engine/hidden/.hiddenfolder/double-quotes.js
 tests/fixtures/cli-engine/nested_node_modules/.eslintignore
 tests/fixtures/cli-engine/nested_node_modules/passing.js
 tests/fixtures/cli-engine/nested_node_modules/subdir/node_modules/text.js
 tests/fixtures/cli-engine/node_modules/@somenamespace/eslint-formatter-foo/index.js
 tests/fixtures/cli-engine/node_modules/eslint-formatter-bar/index.js
 tests/fixtures/cli-engine/node_modules/foo.js
 tests/fixtures/cli/.eslintignore_foo
 tests/fixtures/cli/foo/.bar/passing.js
 tests/fixtures/cli/passing.js
 tests/fixtures/cli/syntax-error.js
 tests/fixtures/code-path-analysis/block-and-break-1.js
 tests/fixtures/code-path-analysis/block-and-break-2.js
 tests/fixtures/code-path-analysis/block-and-break-3.js
 tests/fixtures/code-path-analysis/block-and-break-4.js
 tests/fixtures/code-path-analysis/default-params--nest.js
 tests/fixtures/code-path-analysis/default-params--simple.js
 tests/fixtures/code-path-analysis/do-while--break-always.js
 tests/fixtures/code-path-analysis/do-while--break-label.js
 tests/fixtures/code-path-analysis/do-while--break-nest.js
 tests/fixtures/code-path-analysis/do-while--break-simple.js
 tests/fixtures/code-path-analysis/do-while--continue-always.js
 tests/fixtures/code-path-analysis/do-while--continue-label.js
 tests/fixtures/code-path-analysis/do-while--continue-nest.js
 tests/fixtures/code-path-analysis/do-while--continue-simple.js
 tests/fixtures/code-path-analysis/do-while--empty.js
 tests/fixtures/code-path-analysis/do-while--simple.js
 tests/fixtures/code-path-analysis/for--break-always.js
 tests/fixtures/code-path-analysis/for--break-label.js
 tests/fixtures/code-path-analysis/for--break-nest.js
 tests/fixtures/code-path-analysis/for--break-simple-no-test.js
 tests/fixtures/code-path-analysis/for--break-simple-no-update.js
 tests/fixtures/code-path-analysis/for--break-simple.js
 tests/fixtures/code-path-analysis/for--continue-always.js
 tests/fixtures/code-path-analysis/for--continue-label.js
 tests/fixtures/code-path-analysis/for--continue-nest.js
 tests/fixtures/code-path-analysis/for--continue-simple-no-test.js
 tests/fixtures/code-path-analysis/for--continue-simple-no-update.js
 tests/fixtures/code-path-analysis/for--continue-simple.js
 tests/fixtures/code-path-analysis/for--direct-nest.js
 tests/fixtures/code-path-analysis/for--empty.js
 tests/fixtures/code-path-analysis/for--simple-fork-in-test-update.js
 tests/fixtures/code-path-analysis/for--simple-no-test.js
 tests/fixtures/code-path-analysis/for--simple-no-update.js
 tests/fixtures/code-path-analysis/for--simple-test-true.js
 tests/fixtures/code-path-analysis/for--simple.js
 tests/fixtures/code-path-analysis/for-in--break-always.js
 tests/fixtures/code-path-analysis/for-in--break-label.js
 tests/fixtures/code-path-analysis/for-in--break-nest.js
 tests/fixtures/code-path-analysis/for-in--break-simple.js
 tests/fixtures/code-path-analysis/for-in--continue-always.js
 tests/fixtures/code-path-analysis/for-in--continue-label.js
 tests/fixtures/code-path-analysis/for-in--continue-nest.js
 tests/fixtures/code-path-analysis/for-in--continue-simple.js
 tests/fixtures/code-path-analysis/for-in--direct-nest.js
 tests/fixtures/code-path-analysis/for-in--empty.js
 tests/fixtures/code-path-analysis/for-in--simple.js
 tests/fixtures/code-path-analysis/for-of--break-always.js
 tests/fixtures/code-path-analysis/for-of--break-label.js
 tests/fixtures/code-path-analysis/for-of--break-nest.js
 tests/fixtures/code-path-analysis/for-of--break-simple.js
 tests/fixtures/code-path-analysis/for-of--continue-always.js
 tests/fixtures/code-path-analysis/for-of--continue-label.js
 tests/fixtures/code-path-analysis/for-of--continue-nest.js
 tests/fixtures/code-path-analysis/for-of--continue-simple.js
 tests/fixtures/code-path-analysis/for-of--direct-nest.js
 tests/fixtures/code-path-analysis/for-of--empty.js
 tests/fixtures/code-path-analysis/for-of--simple.js
 tests/fixtures/code-path-analysis/function--in-condition-expr.js
 tests/fixtures/code-path-analysis/function--in-logical-right.js
 tests/fixtures/code-path-analysis/function--simple.js
 tests/fixtures/code-path-analysis/if-1.js
 tests/fixtures/code-path-analysis/if-2.js
 tests/fixtures/code-path-analysis/if-4.js
 tests/fixtures/code-path-analysis/if-5.js
 tests/fixtures/code-path-analysis/logical--do-while-and-1.js
 tests/fixtures/code-path-analysis/logical--do-while-and-2.js
 tests/fixtures/code-path-analysis/logical--do-while-mix-1.js
 tests/fixtures/code-path-analysis/logical--do-while-mix-2.js
 tests/fixtures/code-path-analysis/logical--do-while-or-1.js
 tests/fixtures/code-path-analysis/logical--do-while-or-2.js
 tests/fixtures/code-path-analysis/logical--for-and-1.js
 tests/fixtures/code-path-analysis/logical--for-and-2.js
 tests/fixtures/code-path-analysis/logical--for-and-3.js
 tests/fixtures/code-path-analysis/logical--for-mix-1.js
 tests/fixtures/code-path-analysis/logical--for-mix-2.js
 tests/fixtures/code-path-analysis/logical--for-mix-3.js
 tests/fixtures/code-path-analysis/logical--for-or-1.js
 tests/fixtures/code-path-analysis/logical--for-or-2.js
 tests/fixtures/code-path-analysis/logical--for-or-3.js
 tests/fixtures/code-path-analysis/logical--if-and-1.js
 tests/fixtures/code-path-analysis/logical--if-and-2.js
 tests/fixtures/code-path-analysis/logical--if-and-4.js
 tests/fixtures/code-path-analysis/logical--if-and-5.js
 tests/fixtures/code-path-analysis/logical--if-mix-1.js
 tests/fixtures/code-path-analysis/logical--if-mix-2.js
 tests/fixtures/code-path-analysis/logical--if-or-1.js
 tests/fixtures/code-path-analysis/logical--if-or-2.js
 tests/fixtures/code-path-analysis/logical--if-or-4.js
 tests/fixtures/code-path-analysis/logical--if-or-5.js
 tests/fixtures/code-path-analysis/logical--simple-1.js
 tests/fixtures/code-path-analysis/logical--simple-2.js
 tests/fixtures/code-path-analysis/logical--while-and-1.js
 tests/fixtures/code-path-analysis/logical--while-and-2.js
 tests/fixtures/code-path-analysis/logical--while-mix-1.js
 tests/fixtures/code-path-analysis/logical--while-mix-2.js
 tests/fixtures/code-path-analysis/logical--while-or-1.js
 tests/fixtures/code-path-analysis/logical--while-or-2.js
 tests/fixtures/code-path-analysis/switch--cases-1.js
 tests/fixtures/code-path-analysis/switch--cases-2.js
 tests/fixtures/code-path-analysis/switch--cases-and-default-1.js
 tests/fixtures/code-path-analysis/switch--cases-and-default-2.js
 tests/fixtures/code-path-analysis/switch--cases-and-default-3.js
 tests/fixtures/code-path-analysis/switch--default-only-1.js
 tests/fixtures/code-path-analysis/switch--default-only-2.js
 tests/fixtures/code-path-analysis/switch--empty.js
 tests/fixtures/code-path-analysis/switch--precedence.js
 tests/fixtures/code-path-analysis/switch--single-case-1.js
 tests/fixtures/code-path-analysis/switch--single-case-2.js
 tests/fixtures/code-path-analysis/try--try-catch-1.js
 tests/fixtures/code-path-analysis/try--try-catch-2.js
 tests/fixtures/code-path-analysis/try--try-catch-3.js
 tests/fixtures/code-path-analysis/try--try-catch-4.js
 tests/fixtures/code-path-analysis/try--try-catch-finally-1.js
 tests/fixtures/code-path-analysis/try--try-catch-finally-2.js
 tests/fixtures/code-path-analysis/try--try-finally-1.js
 tests/fixtures/code-path-analysis/try--try-finally-2.js
 tests/fixtures/code-path-analysis/try--try-finally-3.js
 tests/fixtures/code-path-analysis/try--try-finally-4.js
 tests/fixtures/code-path-analysis/try--try-finally-5.js
 tests/fixtures/code-path-analysis/try--try-with-for-inof-1.js
 tests/fixtures/code-path-analysis/try--try-with-for-inof-2.js
 tests/fixtures/code-path-analysis/unreachable-controls.js
 tests/fixtures/code-path-analysis/while--break-always.js
 tests/fixtures/code-path-analysis/while--break-label.js
 tests/fixtures/code-path-analysis/while--break-nest-2.js
 tests/fixtures/code-path-analysis/while--break-nest.js
 tests/fixtures/code-path-analysis/while--break-simple.js
 tests/fixtures/code-path-analysis/while--continue-always.js
 tests/fixtures/code-path-analysis/while--continue-label.js
 tests/fixtures/code-path-analysis/while--continue-nest.js
 tests/fixtures/code-path-analysis/while--continue-simple.js
 tests/fixtures/code-path-analysis/while--direct-nest.js
 tests/fixtures/code-path-analysis/while--empty.js
 tests/fixtures/code-path-analysis/while--simple.js
 tests/fixtures/config-extends/.eslintrc
 tests/fixtures/config-extends/array/.eslintrc
 tests/fixtures/config-extends/array/.eslintrc1
 tests/fixtures/config-extends/array/.eslintrc2
 tests/fixtures/config-extends/deep.json
 tests/fixtures/config-extends/error.json
 tests/fixtures/config-extends/js/.eslintrc
 tests/fixtures/config-extends/package.json
 tests/fixtures/config-extends/package/.eslintrc
 tests/fixtures/config-extends/package2/.eslintrc
 tests/fixtures/config-extends/package2/subdir/foo.js
 tests/fixtures/config-extends/package3/.eslintrc
 tests/fixtures/config-extends/package4/.eslintrc
 tests/fixtures/config-extends/resolving-relatively/.eslintrc.json
 tests/fixtures/config-extends/resolving-relatively/node_modules/a/index.js
 tests/fixtures/config-extends/resolving-relatively/node_modules/a/node_modules/b/index.js
 tests/fixtures/config-extends/scoped-package/.eslintrc
 tests/fixtures/config-extends/scoped-package2/.eslintrc
 tests/fixtures/config-extends/scoped-package3/.eslintrc
 tests/fixtures/config-extends/scoped-package3/foo.js
 tests/fixtures/config-extends/scoped-package4/.eslintrc
 tests/fixtures/config-extends/scoped-package5/.eslintrc
 tests/fixtures/config-extends/scoped-package6/.eslintrc
 tests/fixtures/config-extends/scoped-package7/.eslintrc
 tests/fixtures/config-extends/scoped-package8/.eslintrc
 tests/fixtures/config-extends/scoped-package9/.eslintrc
 tests/fixtures/config-extends/subdir/.eslintrc
 tests/fixtures/config-extends/subdir/subsubdir/deeper.json
 tests/fixtures/config-extends/subdir/subsubdir/subsubsubdir/deepest.json
 tests/fixtures/config-file/bom/.eslintrc.json
 tests/fixtures/config-file/bom/.eslintrc.yaml
 tests/fixtures/config-file/bom/package.json
 tests/fixtures/config-file/broken-package-json/package.json
 tests/fixtures/config-file/ecma-features/.eslintrc.yml
 tests/fixtures/config-file/experimental-object-rest-spread/another-parser/.eslintrc.yml
 tests/fixtures/config-file/experimental-object-rest-spread/another-parser/parser.js
 tests/fixtures/config-file/experimental-object-rest-spread/basic/.eslintrc.yml
 tests/fixtures/config-file/experimental-object-rest-spread/extends/.eslintrc.yml
 tests/fixtures/config-file/experimental-object-rest-spread/extends/common.yml
 tests/fixtures/config-file/experimental-object-rest-spread/subdir/.eslintrc.yml
 tests/fixtures/config-file/experimental-object-rest-spread/subdir/lib/.eslintrc.yml
 tests/fixtures/config-file/extends-chain-2/.eslintrc.json
 tests/fixtures/config-file/extends-chain-2/node_modules/eslint-config-a/index.js
 tests/fixtures/config-file/extends-chain-2/node_modules/eslint-config-a/relative.js
 tests/fixtures/config-file/extends-chain-2/parser.eslintrc.json
 tests/fixtures/config-file/extends-chain-2/relative.eslintrc.json
 tests/fixtures/config-file/extends-chain/.eslintrc.json
 tests/fixtures/config-file/extends-chain/node_modules/eslint-config-a/index.js
 tests/fixtures/config-file/extends-chain/node_modules/eslint-config-a/node_modules/eslint-config-b/index.js
 tests/fixtures/config-file/extends-chain/node_modules/eslint-config-a/node_modules/eslint-config-b/node_modules/eslint-config-c/index.js
 tests/fixtures/config-file/extends/.eslintrc.yml
 tests/fixtures/config-file/invalid/invalid-top-level-property.yml
 tests/fixtures/config-file/js/.eslintrc
 tests/fixtures/config-file/js/.eslintrc.broken.js
 tests/fixtures/config-file/js/.eslintrc.js
 tests/fixtures/config-file/js/.eslintrc.parser.js
 tests/fixtures/config-file/js/.eslintrc.parser2.js
 tests/fixtures/config-file/js/.eslintrc.parser3.js
 tests/fixtures/config-file/js/node_modules/foo/index.js
 tests/fixtures/config-file/js/not-a-config.js
 tests/fixtures/config-file/json/.eslintrc
 tests/fixtures/config-file/json/.eslintrc.json
 tests/fixtures/config-file/legacy/.eslintrc
 tests/fixtures/config-file/package-json/package.json
 tests/fixtures/config-file/plugins/.eslintrc.yml
 tests/fixtures/config-file/plugins/.eslintrc2.yml
 tests/fixtures/config-file/yaml/.eslintrc
 tests/fixtures/config-file/yaml/.eslintrc.empty.yaml
 tests/fixtures/config-file/yaml/.eslintrc.yaml
 tests/fixtures/config-file/yaml/.eslintrc.yml
 tests/fixtures/config-file/yml/.eslintrc
 tests/fixtures/config-file/yml/.eslintrc.yml
 tests/fixtures/config-hierarchy/broken/.eslintrc
 tests/fixtures/config-hierarchy/broken/add-conf.yaml
 tests/fixtures/config-hierarchy/broken/console-wrong-quotes-node.js
 tests/fixtures/config-hierarchy/broken/console-wrong-quotes.js
 tests/fixtures/config-hierarchy/broken/override-conf.yaml
 tests/fixtures/config-hierarchy/broken/override-env-conf.yaml
 tests/fixtures/config-hierarchy/broken/package.json
 tests/fixtures/config-hierarchy/broken/plugins/.eslintrc
 tests/fixtures/config-hierarchy/broken/plugins/console-wrong-quotes.js
 tests/fixtures/config-hierarchy/broken/plugins2/.eslintrc
 tests/fixtures/config-hierarchy/broken/plugins2/console-wrong-quotes.js
 tests/fixtures/config-hierarchy/broken/process-exit.js
 tests/fixtures/config-hierarchy/broken/subbroken/.eslintrc
 tests/fixtures/config-hierarchy/broken/subbroken/console-wrong-quotes.js
 tests/fixtures/config-hierarchy/broken/subbroken/subsubbroken/.eslintrc
 tests/fixtures/config-hierarchy/broken/subbroken/subsubbroken/console-wrong-quotes.js
 tests/fixtures/config-hierarchy/broken/wrong-quotes.js
 tests/fixtures/config-hierarchy/envs/.eslintrc.json
 tests/fixtures/config-hierarchy/envs/sub/.eslintrc.json
 tests/fixtures/config-hierarchy/envs/sub/foo.js
 tests/fixtures/config-hierarchy/file-structure.json
 tests/fixtures/config-hierarchy/fileexts/.eslintrc.js
 tests/fixtures/config-hierarchy/fileexts/subdir/.eslintrc.yml
 tests/fixtures/config-hierarchy/fileexts/subdir/subsubdir/.eslintrc.json
 tests/fixtures/config-hierarchy/overwrite-ecmaFeatures/.eslintrc
 tests/fixtures/config-hierarchy/overwrite-ecmaFeatures/child/.eslintrc
 tests/fixtures/config-hierarchy/packagejson/.eslintrc
 tests/fixtures/config-hierarchy/packagejson/package.json
 tests/fixtures/config-hierarchy/packagejson/subdir/package.json
 tests/fixtures/config-hierarchy/packagejson/subdir/subsubdir/package.json
 tests/fixtures/config-hierarchy/packagejson/subdir/subsubdir/subsubsubdir/package.json
 tests/fixtures/config-hierarchy/packagejson/subdir/subsubdir/subsubsubdir/wrong-quotes.js
 tests/fixtures/config-hierarchy/packagejson/subdir/subsubdir/wrong-quotes.js
 tests/fixtures/config-hierarchy/packagejson/subdir/wrong-quotes.js
 tests/fixtures/config-hierarchy/packagejson/wrong-quotes.js
 tests/fixtures/config-hierarchy/personal-config/home-folder-with-packagejson/package.json
 tests/fixtures/config-hierarchy/personal-config/home-folder/.eslintrc.json
 tests/fixtures/config-hierarchy/personal-config/home-folder/project/.eslintrc
 tests/fixtures/config-hierarchy/personal-config/home-folder/project/package.json
 tests/fixtures/config-hierarchy/personal-config/project-with-config/.eslintrc
 tests/fixtures/config-hierarchy/personal-config/project-with-config/package.json
 tests/fixtures/config-hierarchy/personal-config/project-with-config/subfolder/.eslintrc
 tests/fixtures/config-hierarchy/personal-config/project-without-config/package.json
 tests/fixtures/config-hierarchy/root-true/parent/.eslintrc
 tests/fixtures/config-hierarchy/root-true/parent/root/.eslintrc
 tests/fixtures/config-hierarchy/root-true/parent/root/wrong-semi.js
 tests/fixtures/config-hierarchy/shared/a/.eslintrc
 tests/fixtures/config-hierarchy/shared/b/.eslintrc
 tests/fixtures/config-initializer/lib/doubleQuotes.js
 tests/fixtures/config-initializer/lib/no-semi.js
 tests/fixtures/config-initializer/new-es-features/new-es-features.js
 tests/fixtures/config-initializer/parse-error/parse-error.js
 tests/fixtures/config-initializer/singleQuotes.js
 tests/fixtures/config-initializer/tests/console-log.js
 tests/fixtures/config-initializer/tests/doubleQuotes.js
 tests/fixtures/config-rule/schemas.js
 tests/fixtures/configurations/comments.json
 tests/fixtures/configurations/cwd/.eslintrc
 tests/fixtures/configurations/env-browser.json
 tests/fixtures/configurations/env-browser.yaml
 tests/fixtures/configurations/env-nashorn.json
 tests/fixtures/configurations/env-node.json
 tests/fixtures/configurations/env-webextensions.json
 tests/fixtures/configurations/es6.json
 tests/fixtures/configurations/my-awesome-config
 tests/fixtures/configurations/parser/.eslintrc.json
 tests/fixtures/configurations/parser/custom.js
 tests/fixtures/configurations/plugins-with-prefix-and-namespace.json
 tests/fixtures/configurations/plugins-with-prefix.json
 tests/fixtures/configurations/plugins-without-prefix-with-namespace.json
 tests/fixtures/configurations/plugins-without-prefix.json
 tests/fixtures/configurations/processors.json
 tests/fixtures/configurations/quotes-error.json
 tests/fixtures/configurations/semi-error.json
 tests/fixtures/configurations/single-quotes-error.json
 tests/fixtures/configurations/single-quotes/.eslintrc
 tests/fixtures/configurations/single-quotes/subdir/.eslintrc
 tests/fixtures/configurations/undef-error.json
 tests/fixtures/disable-inline-config.js
 tests/fixtures/environments/disable.yaml
 tests/fixtures/environments/fake.yaml
 tests/fixtures/environments/plugin.yaml
 tests/fixtures/eslintrc/.eslintignore
 tests/fixtures/eslintrc/.eslintrc
 tests/fixtures/eslintrc/ignored.json
 tests/fixtures/eslintrc/quotes.js
 tests/fixtures/file-finder/.eslintignore
 tests/fixtures/files/.bar.js
 tests/fixtures/files/.eslintrc
 tests/fixtures/files/foo.js
 tests/fixtures/files/foo.js2
 tests/fixtures/fix-types/fix-both-semi-and-prefer-arrow-callback.expected.js
 tests/fixtures/fix-types/fix-both-semi-and-prefer-arrow-callback.js
 tests/fixtures/fix-types/fix-only-prefer-arrow-callback.expected.js
 tests/fixtures/fix-types/fix-only-prefer-arrow-callback.js
 tests/fixtures/fix-types/fix-only-semi.expected.js
 tests/fixtures/fix-types/fix-only-semi.js
 tests/fixtures/fix-types/ignore-missing-meta.expected.js
 tests/fixtures/fix-types/ignore-missing-meta.js
 tests/fixtures/fixmode/multipass.js
 tests/fixtures/fixmode/ok.js
 tests/fixtures/fixmode/quotes-semi-eqeqeq.js
 tests/fixtures/fixmode/quotes.js
 tests/fixtures/fixture-parser.js
 tests/fixtures/formatters/broken.js
 tests/fixtures/formatters/simple.js
 tests/fixtures/formatters/test/simple.js
 tests/fixtures/glob-util/ignored/.eslintignore
 tests/fixtures/glob-util/node_modules/dependency.js
 tests/fixtures/globals-browser.js
 tests/fixtures/globals-nashorn.js
 tests/fixtures/globals-node.js
 tests/fixtures/globals-webextensions.js
 tests/fixtures/globals/conf.yaml
 tests/fixtures/ignored-paths/.eslintignore
 tests/fixtures/ignored-paths/.eslintignoreForDifferentCwd
 tests/fixtures/ignored-paths/.eslintignoreWithComments
 tests/fixtures/ignored-paths/.eslintignoreWithNegation
 tests/fixtures/ignored-paths/.eslintignoreWithUnignoredDefaults
 tests/fixtures/ignored-paths/bad-package-json-ignore/package.json
 tests/fixtures/ignored-paths/broken-package-json/package.json
 tests/fixtures/ignored-paths/crlf/.eslintignore
 tests/fixtures/ignored-paths/custom-name/ignore-file
 tests/fixtures/ignored-paths/package-json-ignore/package.json
 tests/fixtures/ignored-paths/package.json
 tests/fixtures/ignored-paths/subdir/.eslintignoreInChildDir
 tests/fixtures/ignored-paths/subdir/undef.js
 tests/fixtures/ignored-paths/undef.js
 tests/fixtures/lint-result-cache/.eslintrc.json
 tests/fixtures/lint-result-cache/test-with-errors.js
 tests/fixtures/max-warnings/.eslintrc
 tests/fixtures/max-warnings/six-warnings.js
 tests/fixtures/missing-semicolon.js
 tests/fixtures/module-resolver/node_modules/foo.js
 tests/fixtures/packagejson/package.json
 tests/fixtures/packagejson/quotes.js
 tests/fixtures/parsers/array-bracket-spacing/flow-destructuring-1.js
 tests/fixtures/parsers/array-bracket-spacing/flow-destructuring-2.js
 tests/fixtures/parsers/arrow-parens/identifer-type.js
 tests/fixtures/parsers/arrow-parens/return-type.js
 tests/fixtures/parsers/babel-eslint5/destructuring-object-spread.js
 tests/fixtures/parsers/babel-eslint7/array-pattern-with-annotation.js
 tests/fixtures/parsers/babel-eslint7/function-type-annotation.js
 tests/fixtures/parsers/babel-eslint7/object-pattern-with-annotation.js
 tests/fixtures/parsers/babel-eslint7/object-pattern-with-object-annotation.js
 tests/fixtures/parsers/comma-dangle/object-pattern-1.js
 tests/fixtures/parsers/comma-dangle/object-pattern-2.js
 tests/fixtures/parsers/comma-dangle/return-type-1.js
 tests/fixtures/parsers/comma-dangle/return-type-2.js
 tests/fixtures/parsers/enhanced-parser.js
 tests/fixtures/parsers/enhanced-parser2.js
 tests/fixtures/parsers/enhanced-parser3.js
 tests/fixtures/parsers/line-error.js
 tests/fixtures/parsers/no-line-error.js
 tests/fixtures/parsers/object-curly-newline/flow-stub-parser-multiline-type-literal.js
 tests/fixtures/parsers/object-curly-newline/flow-stub-parser-multiline.js
 tests/fixtures/parsers/object-curly-newline/flow-stub-parser-singleline-type-literal.js
 tests/fixtures/parsers/object-curly-newline/flow-stub-parser-singleline.js
 tests/fixtures/parsers/object-curly-spacing/flow-stub-parser-never-invalid.js
 tests/fixtures/parsers/object-curly-spacing/flow-stub-parser-never-valid.js
 tests/fixtures/parsers/stub-parser.js
 tests/fixtures/parsers/throws-with-options.js
 tests/fixtures/parsers/type-annotations/function-declaration-type-annotation-no-space.js
 tests/fixtures/parsers/type-annotations/function-expression-type-annotation.js
 tests/fixtures/parsers/type-annotations/function-parameter-type-annotation.js
 tests/fixtures/parsers/type-annotations/function-return-type-annotation.js
 tests/fixtures/parsers/type-annotations/variable-declaration-init-type-annotation-no-space.js
 tests/fixtures/parsers/type-annotations/variable-declaration-init-type-annotation.js
 tests/fixtures/parsers/typescript-parsers/decorator-with-class-methods.js
 tests/fixtures/parsers/typescript-parsers/decorator-with-class.js
 tests/fixtures/parsers/typescript-parsers/decorator-with-keywords-class-method.js
 tests/fixtures/parsers/typescript-parsers/decorator-with-static-class-methods.js
 tests/fixtures/parsers/typescript-parsers/keyword-with-arrow-function.js
 tests/fixtures/parsers/typescript-parsers/new-parens.js
 tests/fixtures/parsers/typescript-parsers/type-alias.js
 tests/fixtures/parsers/unknown-nodes/abstract-class-invalid.js
 tests/fixtures/parsers/unknown-nodes/abstract-class-valid.js
 tests/fixtures/parsers/unknown-nodes/functions-with-abstract-class-invalid.js
 tests/fixtures/parsers/unknown-nodes/functions-with-abstract-class-valid.js
 tests/fixtures/parsers/unknown-nodes/interface.js
 tests/fixtures/parsers/unknown-nodes/namespace-invalid.js
 tests/fixtures/parsers/unknown-nodes/namespace-valid.js
 tests/fixtures/parsers/unknown-nodes/namespace-with-functions-with-abstract-class-invalid.js
 tests/fixtures/parsers/unknown-nodes/namespace-with-functions-with-abstract-class-valid.js
 tests/fixtures/parsers/unknown-nodes/variable-declarator-type-indent-two-spaces.js
 tests/fixtures/parsers/unknown-nodes/variable-declarator-type-no-indent.js
 tests/fixtures/parsers/unknown-operators/unknown-logical-operator-nested.js
 tests/fixtures/parsers/unknown-operators/unknown-logical-operator.js
 tests/fixtures/passing-es7.js
 tests/fixtures/passing.js
 tests/fixtures/plugin-shorthand/basic/.eslintrc.json
 tests/fixtures/plugin-shorthand/basic/node_modules/@scope/eslint-plugin/index.js
 tests/fixtures/plugin-shorthand/extends/.eslintrc.json
 tests/fixtures/plugin-shorthand/extends/node_modules/@scope/eslint-plugin/index.js
 tests/fixtures/process-exit.js
 tests/fixtures/processors/custom-processor.js
 tests/fixtures/processors/test/test-processor.txt
 tests/fixtures/rules/.eslintignore
 tests/fixtures/rules/.jshintignore
 tests/fixtures/rules/custom-rule.js
 tests/fixtures/rules/dir1/no-strings.js
 tests/fixtures/rules/dir2/no-literals.js
 tests/fixtures/rules/eslint.json
 tests/fixtures/rules/fix-types-test/no-program.js
 tests/fixtures/rules/indent-legacy/indent-invalid-fixture-1.js
 tests/fixtures/rules/indent-legacy/indent-valid-fixture-1.js
 tests/fixtures/rules/indent/indent-invalid-fixture-1.js
 tests/fixtures/rules/indent/indent-valid-fixture-1.js
 tests/fixtures/rules/make-syntax-error-rule.js
 tests/fixtures/rules/missing-rule.json
 tests/fixtures/rules/multi-rulesdirs.json
 tests/fixtures/rules/not-a-rule.yml
 tests/fixtures/rules/test-multi-rulesdirs.js
 tests/fixtures/rules/test/test-custom-rule.js
 tests/fixtures/rules/wrong/custom-rule.js
 tests/fixtures/shebang.js
 tests/fixtures/single-quoted.js
 tests/fixtures/source-code-util/.eslintignore
 tests/fixtures/source-code-util/.eslintrc.json
 tests/fixtures/source-code-util/bar.js
 tests/fixtures/source-code-util/ext/foo.abc
 tests/fixtures/source-code-util/ext/foo.js
 tests/fixtures/source-code-util/foo.js
 tests/fixtures/source-code-util/ignored.js
 tests/fixtures/source-code-util/jsx/foo.jsx
 tests/fixtures/source-code-util/nested/bar.js
 tests/fixtures/source-code-util/nested/foo.js
 tests/fixtures/source-code-util/parse-error/parse-error.js
 tests/fixtures/syntax-error.js
 tests/fixtures/testers/rule-tester/fixes-one-problem.js
 tests/fixtures/testers/rule-tester/messageId.js
 tests/fixtures/testers/rule-tester/modify-ast-at-first.js
 tests/fixtures/testers/rule-tester/modify-ast-at-last.js
 tests/fixtures/testers/rule-tester/modify-ast.js
 tests/fixtures/testers/rule-tester/no-eval.js
 tests/fixtures/testers/rule-tester/no-invalid-args.js
 tests/fixtures/testers/rule-tester/no-invalid-schema.js
 tests/fixtures/testers/rule-tester/no-schema-violation.js
 tests/fixtures/testers/rule-tester/no-test-filename
 tests/fixtures/testers/rule-tester/no-test-global.js
 tests/fixtures/testers/rule-tester/no-test-settings.js
 tests/fixtures/testers/rule-tester/no-var.js
 tests/fixtures/traverse/found.js
 tests/fixtures/traverse/found.js2
 tests/fixtures/undef.js
 tests/fixtures/utf8-bom.js
 tests/lib/api.js
 tests/lib/cli-engine.js
 tests/lib/cli.js
 tests/lib/code-path-analysis/code-path-analyzer.js
 tests/lib/code-path-analysis/code-path.js
 tests/lib/config.js
 tests/lib/config/autoconfig.js
 tests/lib/config/config-file.js
 tests/lib/config/config-initializer.js
 tests/lib/config/config-ops.js
 tests/lib/config/config-rule.js
 tests/lib/config/config-validator.js
 tests/lib/config/environments.js
 tests/lib/config/plugins.js
 tests/lib/formatters/checkstyle.js
 tests/lib/formatters/codeframe.js
 tests/lib/formatters/compact.js
 tests/lib/formatters/html.js
 tests/lib/formatters/jslint-xml.js
 tests/lib/formatters/json-with-metadata.js
 tests/lib/formatters/json.js
 tests/lib/formatters/junit.js
 tests/lib/formatters/stylish.js
 tests/lib/formatters/table.js
 tests/lib/formatters/tap.js
 tests/lib/formatters/unix.js
 tests/lib/formatters/visualstudio.js
 tests/lib/linter.js
 tests/lib/load-rules.js
 tests/lib/options.js
 tests/lib/rules.js
 tests/lib/rules/_set-default-parser.js
 tests/lib/rules/_utils.js
 tests/lib/rules/accessor-pairs.js
 tests/lib/rules/array-bracket-newline.js
 tests/lib/rules/array-bracket-spacing.js
 tests/lib/rules/array-callback-return.js
 tests/lib/rules/array-element-newline.js
 tests/lib/rules/arrow-body-style.js
 tests/lib/rules/arrow-parens.js
 tests/lib/rules/arrow-spacing.js
 tests/lib/rules/block-scoped-var.js
 tests/lib/rules/block-spacing.js
 tests/lib/rules/brace-style.js
 tests/lib/rules/callback-return.js
 tests/lib/rules/camelcase.js
 tests/lib/rules/capitalized-comments.js
 tests/lib/rules/class-methods-use-this.js
 tests/lib/rules/comma-dangle.js
 tests/lib/rules/comma-spacing.js
 tests/lib/rules/comma-style.js
 tests/lib/rules/complexity.js
 tests/lib/rules/computed-property-spacing.js
 tests/lib/rules/consistent-return.js
 tests/lib/rules/consistent-this.js
 tests/lib/rules/constructor-super.js
 tests/lib/rules/default-case.js
 tests/lib/rules/dot-location.js
 tests/lib/rules/dot-notation.js
 tests/lib/rules/eol-last.js
 tests/lib/rules/eqeqeq.js
 tests/lib/rules/for-direction.js
 tests/lib/rules/func-call-spacing.js
 tests/lib/rules/func-name-matching.js
 tests/lib/rules/func-names.js
 tests/lib/rules/func-style.js
 tests/lib/rules/function-paren-newline.js
 tests/lib/rules/generator-star-spacing.js
 tests/lib/rules/getter-return.js
 tests/lib/rules/global-require.js
 tests/lib/rules/guard-for-in.js
 tests/lib/rules/handle-callback-err.js
 tests/lib/rules/id-blacklist.js
 tests/lib/rules/id-length.js
 tests/lib/rules/id-match.js
 tests/lib/rules/implicit-arrow-linebreak.js
 tests/lib/rules/indent-legacy.js
 tests/lib/rules/indent.js
 tests/lib/rules/init-declarations.js
 tests/lib/rules/jsx-quotes.js
 tests/lib/rules/key-spacing.js
 tests/lib/rules/keyword-spacing.js
 tests/lib/rules/line-comment-position.js
 tests/lib/rules/linebreak-style.js
 tests/lib/rules/lines-around-comment.js
 tests/lib/rules/lines-around-directive.js
 tests/lib/rules/lines-between-class-members.js
 tests/lib/rules/max-classes-per-file.js
 tests/lib/rules/max-depth.js
 tests/lib/rules/max-lines-per-function.js
 tests/lib/rules/max-lines.js
 tests/lib/rules/max-nested-callbacks.js
 tests/lib/rules/max-params.js
 tests/lib/rules/max-statements-per-line.js
 tests/lib/rules/max-statements.js
 tests/lib/rules/multiline-comment-style.js
 tests/lib/rules/multiline-ternary.js
 tests/lib/rules/new-cap.js
 tests/lib/rules/new-parens.js
 tests/lib/rules/newline-after-var.js
 tests/lib/rules/newline-per-chained-call.js
 tests/lib/rules/no-alert.js
 tests/lib/rules/no-array-constructor.js
 tests/lib/rules/no-async-promise-executor.js
 tests/lib/rules/no-await-in-loop.js
 tests/lib/rules/no-bitwise.js
 tests/lib/rules/no-buffer-constructor.js
 tests/lib/rules/no-caller.js
 tests/lib/rules/no-case-declarations.js
 tests/lib/rules/no-catch-shadow.js
 tests/lib/rules/no-class-assign.js
 tests/lib/rules/no-compare-neg-zero.js
 tests/lib/rules/no-cond-assign.js
 tests/lib/rules/no-confusing-arrow.js
 tests/lib/rules/no-console.js
 tests/lib/rules/no-const-assign.js
 tests/lib/rules/no-constant-condition.js
 tests/lib/rules/no-continue.js
 tests/lib/rules/no-control-regex.js
 tests/lib/rules/no-debugger.js
 tests/lib/rules/no-delete-var.js
 tests/lib/rules/no-div-regex.js
 tests/lib/rules/no-dupe-args.js
 tests/lib/rules/no-dupe-class-members.js
 tests/lib/rules/no-dupe-keys.js
 tests/lib/rules/no-duplicate-case.js
 tests/lib/rules/no-duplicate-imports.js
 tests/lib/rules/no-else-return.js
 tests/lib/rules/no-empty-character-class.js
 tests/lib/rules/no-empty-function.js
 tests/lib/rules/no-empty-pattern.js
 tests/lib/rules/no-empty.js
 tests/lib/rules/no-eq-null.js
 tests/lib/rules/no-eval.js
 tests/lib/rules/no-ex-assign.js
 tests/lib/rules/no-extend-native.js
 tests/lib/rules/no-extra-bind.js
 tests/lib/rules/no-extra-boolean-cast.js
 tests/lib/rules/no-extra-label.js
 tests/lib/rules/no-extra-parens.js
 tests/lib/rules/no-extra-semi.js
 tests/lib/rules/no-fallthrough.js
 tests/lib/rules/no-floating-decimal.js
 tests/lib/rules/no-func-assign.js
 tests/lib/rules/no-global-assign.js
 tests/lib/rules/no-implicit-coercion.js
 tests/lib/rules/no-implicit-globals.js
 tests/lib/rules/no-implied-eval.js
 tests/lib/rules/no-inline-comments.js
 tests/lib/rules/no-inner-declarations.js
 tests/lib/rules/no-invalid-regexp.js
 tests/lib/rules/no-invalid-this.js
 tests/lib/rules/no-irregular-whitespace.js
 tests/lib/rules/no-iterator.js
 tests/lib/rules/no-label-var.js
 tests/lib/rules/no-labels.js
 tests/lib/rules/no-lone-blocks.js
 tests/lib/rules/no-lonely-if.js
 tests/lib/rules/no-loop-func.js
 tests/lib/rules/no-magic-numbers.js
 tests/lib/rules/no-mixed-operators.js
 tests/lib/rules/no-mixed-requires.js
 tests/lib/rules/no-mixed-spaces-and-tabs.js
 tests/lib/rules/no-multi-assign.js
 tests/lib/rules/no-multi-spaces.js
 tests/lib/rules/no-multi-str.js
 tests/lib/rules/no-multiple-empty-lines.js
 tests/lib/rules/no-native-reassign.js
 tests/lib/rules/no-negated-condition.js
 tests/lib/rules/no-negated-in-lhs.js
 tests/lib/rules/no-nested-ternary.js
 tests/lib/rules/no-new-func.js
 tests/lib/rules/no-new-object.js
 tests/lib/rules/no-new-require.js
 tests/lib/rules/no-new-symbol.js
 tests/lib/rules/no-new-wrappers.js
 tests/lib/rules/no-new.js
 tests/lib/rules/no-obj-calls.js
 tests/lib/rules/no-octal-escape.js
 tests/lib/rules/no-octal.js
 tests/lib/rules/no-param-reassign.js
 tests/lib/rules/no-path-concat.js
 tests/lib/rules/no-plusplus.js
 tests/lib/rules/no-process-env.js
 tests/lib/rules/no-process-exit.js
 tests/lib/rules/no-proto.js
 tests/lib/rules/no-prototype-builtins.js
 tests/lib/rules/no-redeclare.js
 tests/lib/rules/no-regex-spaces.js
 tests/lib/rules/no-restricted-globals.js
 tests/lib/rules/no-restricted-imports.js
 tests/lib/rules/no-restricted-modules.js
 tests/lib/rules/no-restricted-properties.js
 tests/lib/rules/no-restricted-syntax.js
 tests/lib/rules/no-return-assign.js
 tests/lib/rules/no-return-await.js
 tests/lib/rules/no-script-url.js
 tests/lib/rules/no-self-assign.js
 tests/lib/rules/no-self-compare.js
 tests/lib/rules/no-sequences.js
 tests/lib/rules/no-shadow-restricted-names.js
 tests/lib/rules/no-shadow.js
 tests/lib/rules/no-spaced-func.js
 tests/lib/rules/no-sparse-arrays.js
 tests/lib/rules/no-sync.js
 tests/lib/rules/no-tabs.js
 tests/lib/rules/no-template-curly-in-string.js
 tests/lib/rules/no-ternary.js
 tests/lib/rules/no-this-before-super.js
 tests/lib/rules/no-throw-literal.js
 tests/lib/rules/no-trailing-spaces.js
 tests/lib/rules/no-undef-init.js
 tests/lib/rules/no-undef.js
 tests/lib/rules/no-undefined.js
 tests/lib/rules/no-underscore-dangle.js
 tests/lib/rules/no-unexpected-multiline.js
 tests/lib/rules/no-unmodified-loop-condition.js
 tests/lib/rules/no-unneeded-ternary.js
 tests/lib/rules/no-unreachable.js
 tests/lib/rules/no-unsafe-finally.js
 tests/lib/rules/no-unsafe-negation.js
 tests/lib/rules/no-unused-expressions.js
 tests/lib/rules/no-use-before-define.js
 tests/lib/rules/no-useless-call.js
 tests/lib/rules/no-useless-catch.js
 tests/lib/rules/no-useless-computed-key.js
 tests/lib/rules/no-useless-concat.js
 tests/lib/rules/no-useless-constructor.js
 tests/lib/rules/no-useless-escape.js
 tests/lib/rules/no-useless-rename.js
 tests/lib/rules/no-useless-return.js
 tests/lib/rules/no-var.js
 tests/lib/rules/no-void.js
 tests/lib/rules/no-warning-comments.js
 tests/lib/rules/no-whitespace-before-property.js
 tests/lib/rules/no-with.js
 tests/lib/rules/nonblock-statement-body-position.js
 tests/lib/rules/object-curly-newline.js
 tests/lib/rules/object-curly-spacing.js
 tests/lib/rules/object-property-newline.js
 tests/lib/rules/object-shorthand.js
 tests/lib/rules/one-var-declaration-per-line.js
 tests/lib/rules/one-var.js
 tests/lib/rules/operator-assignment.js
 tests/lib/rules/operator-linebreak.js
 tests/lib/rules/padded-blocks.js
 tests/lib/rules/prefer-arrow-callback.js
 tests/lib/rules/prefer-const.js
 tests/lib/rules/prefer-destructuring.js
 tests/lib/rules/prefer-named-capture-group.js
 tests/lib/rules/prefer-numeric-literals.js
 tests/lib/rules/prefer-object-spread.js
 tests/lib/rules/prefer-promise-reject-errors.js
 tests/lib/rules/prefer-reflect.js
 tests/lib/rules/prefer-rest-params.js
 tests/lib/rules/prefer-spread.js
 tests/lib/rules/prefer-template.js
 tests/lib/rules/quote-props.js
 tests/lib/rules/quotes.js
 tests/lib/rules/radix.js
 tests/lib/rules/require-atomic-updates.js
 tests/lib/rules/require-await.js
 tests/lib/rules/require-jsdoc.js
 tests/lib/rules/require-unicode-regexp.js
 tests/lib/rules/require-yield.js
 tests/lib/rules/rest-spread-spacing.js
 tests/lib/rules/semi-spacing.js
 tests/lib/rules/semi-style.js
 tests/lib/rules/semi.js
 tests/lib/rules/sort-imports.js
 tests/lib/rules/sort-keys.js
 tests/lib/rules/sort-vars.js
 tests/lib/rules/space-before-blocks.js
 tests/lib/rules/space-before-function-paren.js
 tests/lib/rules/space-in-parens.js
 tests/lib/rules/space-infix-ops.js
 tests/lib/rules/space-unary-ops.js
 tests/lib/rules/spaced-comment.js
 tests/lib/rules/strict.js
 tests/lib/rules/switch-colon-spacing.js
 tests/lib/rules/symbol-description.js
 tests/lib/rules/template-curly-spacing.js
 tests/lib/rules/template-tag-spacing.js
 tests/lib/rules/unicode-bom.js
 tests/lib/rules/use-isnan.js
 tests/lib/rules/valid-jsdoc.js
 tests/lib/rules/valid-typeof.js
 tests/lib/rules/vars-on-top.js
 tests/lib/rules/wrap-iife.js
 tests/lib/rules/wrap-regex.js
 tests/lib/rules/yield-star-spacing.js
 tests/lib/rules/yoda.js
 tests/lib/testers/no-test-runners.js
 tests/lib/testers/rule-tester.js
 tests/lib/token-store.js
 tests/lib/util/apply-disable-directives.js
 tests/lib/util/ast-utils.js
 tests/lib/util/config-comment-parser.js
 tests/lib/util/file-finder.js
 tests/lib/util/fix-tracker.js
 tests/lib/util/glob-utils.js
 tests/lib/util/ignored-paths.js
 tests/lib/util/interpolate.js
 tests/lib/util/lint-result-cache.js
 tests/lib/util/module-resolver.js
 tests/lib/util/naming.js
 tests/lib/util/node-event-generator.js
 tests/lib/util/npm-utils.js
 tests/lib/util/path-utils.js
 tests/lib/util/report-translator.js
 tests/lib/util/rule-fixer.js
 tests/lib/util/safe-emitter.js
 tests/lib/util/source-code-fixer.js
 tests/lib/util/source-code-utils.js
 tests/lib/util/source-code.js
 tests/lib/util/traverser.js
 tests/tests.htm
 tests/tools/eslint-fuzzer.js
 tests/tools/internal-rules/consistent-docs-description.js
 tests/tools/internal-rules/consistent-docs-url.js
 tests/tools/internal-rules/consistent-meta-messages.js
 tests/tools/internal-rules/multiline-comment-style.js
 tests/tools/internal-rules/no-invalid-meta.js
 tools/eslint-fuzzer.js
 tools/fuzzer-runner.js
 tools/internal-rules/consistent-docs-description.js
 tools/internal-rules/consistent-docs-url.js
 tools/internal-rules/consistent-meta-messages.js
 tools/internal-rules/index.js
 tools/internal-rules/multiline-comment-style.js
 tools/internal-rules/no-invalid-meta.js
 tools/internal-rules/package.json
 tools/internal-testers/event-generator-tester.js
 tools/internal-testers/test-parser.js
 tools/rule-types.json
 tools/update-readme.js
 tools/update-rule-types.js
 tools/update-unicode-utils.js
 webpack.config.js
Copyright:
  NONE
License: UNKNOWN
 FIXME

Files:
 tests/fixtures/code-path-analysis/if-3.js
 tests/fixtures/code-path-analysis/logical--if-and-3.js
 tests/fixtures/code-path-analysis/logical--if-or-3.js
Copyright:
  Identifier:exit (c)"];
License: UNKNOWN
 FIXME

Files:
 LICENSE
 packages/eslint-config-eslint/LICENSE
Copyright:
  JS Foundation and other contributors, https:js.foundation
License: Expat
 FIXME

Files:
 tests/lib/rules/newline-before-return.js
 tests/lib/rules/padding-line-between-statements.js
Copyright:
  return c; else return d; }",
  return c; else { e(); return d; } }",
  return c; else { return d; } }",
License: UNKNOWN
 FIXME

Files:
 Xtypes/LICENSE
Copyright:
  Microsoft Corporation.
License: Expat
 FIXME

Files:
 lib/config/config-ops.js
Copyright:
  2012, Nicholas Fisher
License: Expat
 FIXME

Files:
 tests/lib/rules/no-misleading-character-class.js
Copyright:
  -ð¦/",
  -ð¦]", "")`,
  -ð¦]", "u")`,
  -ð¦]/",
  -ð¦]/u ERROR: ZWJ in a character class.
  -ð¦]/u",
License: UNKNOWN
 FIXME

Files:
 docs/rules/no-misleading-character-class.md
Copyright:
  -ð¦]$/u
  -ð¦]$/u.test("ð¨-ð©-ð¦") â false
License: UNKNOWN
 FIXME

Files:
 docs/rules/no-octal-escape.md
Copyright:
  251";
  u00A9"; unicode
  xA9"; hexadecimal
License: UNKNOWN
 FIXME

Files:
 CHANGELOG.md
Copyright:
  Cruz)
  Lang)
  bastien RÃ¨gne)
  dric Malard)
  ment Fiorio)
  mi GÃ©rard-Marchant)
  n Norte)
  pine)
  policy (Nicholas C. Zakas)
  rÃ©mie Astori)
License: UNKNOWN
 FIXME

Files:
 tests/fixtures/code-path-analysis/try--try-catch-finally-3.js
Copyright:
  ExpressionStatement CallExpression Identifier (last)"];
License: UNKNOWN
 FIXME

Files:
 tests/fixtures/code-path-analysis/if-6.js
Copyright:
  Identifier:exit (c)"];
  foo;
License: UNKNOWN
 FIXME

Files:
 tests/lib/rules/curly.js
Copyright:
  console.log(2) } else console.log(3)",
License: UNKNOWN
 FIXME

Files:
 tests/lib/rules/no-unused-labels.js
Copyright:
  continue C; bar(); } }",
License: UNKNOWN
 FIXME

Files:
 docs/maintainer-guide/governance.md
Copyright:
  s within the project outputs, and attend regular TSC meetings.
License: UNKNOWN
 FIXME

Files:
 tests/lib/rules/no-unused-vars.js
Copyright:
  ¸½, ð
License: UNKNOWN
 FIXME

Files:
 tests/lib/rules/max-len.js
Copyright:
  ð±ð'",
License: UNKNOWN
 FIXME

Files:
 debian/*
 debian/TODO
 debian/clean
 debian/control
 debian/gbp.conf
 debian/install
 debian/links
 debian/manpages
 debian/patches/020190820~8c021b5.patch
 debian/patches/1001_use_regenerate-unicode-properties.patch
 debian/patches/1002_use_newer_cheerio.patch
 debian/patches/2005_avoid_cross-spawn.patch
 debian/patches/2006_avoid_natural-compare.patch
 debian/patches/2008_avoid_json-stable-stringify-without-jsonify.patch
 debian/patches/2010_privacy.patch
 debian/patches/series
 debian/rules
 debian/source/format
 debian/tests/control
 debian/watch
Copyright:
  NONE
License: UNKNOWN
 FIXME

Files:
 debian/copyright-check
Copyright:
  --deb-machine --recursive --lines 0 "$@" -- *
  -protected Debian files
  2020, Jonas Smedegaard <dr@jones.dk>
  2020, Purism, SPC
  K / /mg;'
  protected nor stating copyright or licensing
  years for each copyright holder
License: GPL-3+
 FIXME

Files:
 debian/tap-todo
Copyright:
  2020, Jonas Smedegaard
  2020, Purism SPC
License: GPL-3+
 FIXME

