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

Files: CONTRIBUTING.md
 ISSUE_CREATE.md
 Makefile.js
 README.md
 appveyor.yml
 bin/eslint.js
 conf/blank-script.json
 conf/eslint.json
 conf/json-schema-schema.json
 conf/replacements.json
 debian/clean
 debian/compat
 debian/control
 debian/gbp.conf
 debian/install
 debian/manpages
 debian/patches/020151104~abf8a8b.patch
 debian/patches/020160120~4e99924.patch
 debian/patches/020160212~717bede.patch
 debian/patches/020160502~3db2e89.patch
 debian/patches/020170707~72f22eb.patch
 debian/patches/020170818~d00e24f.patch
 debian/patches/020171107~1073bc5.patch
 debian/patches/020180412~7765fc4.patch
 debian/patches/020181129~5d451c5.patch
 debian/patches/2001_eslintrc_strip_duplicates.patch
 debian/patches/2002_use_osenv.patch
 debian/patches/2003_use_system_binaries.patch
 debian/patches/2004_avoid_markdownlint.patch
 debian/patches/2005_avoid_npm-license.patch
 debian/patches/2006_avoid_eslint-release.patch
 debian/patches/2007_avoid_estraverse-fb.patch
 debian/patches/2008_avoid_proxyquire.patch
 debian/patches/2009_avoid_cheerio.patch
 debian/patches/2010_privacy.patch
 debian/patches/series
 debian/rules
 debian/source/format
 debian/watch
 docs/developer-guide/nodejs-api.md
 docs/developer-guide/shareable-configs.md
 docs/developer-guide/working-with-custom-formatters.md
 docs/developer-guide/working-with-plugins.md
 docs/rules/accessor-pairs.md
 docs/rules/array-bracket-spacing.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/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/func-names.md
 docs/rules/func-style.md
 docs/rules/generator-star-spacing.md
 docs/rules/generator-star.md
 docs/rules/global-strict.md
 docs/rules/guard-for-in.md
 docs/rules/handle-callback-err.md
 docs/rules/id-length.md
 docs/rules/id-match.md
 docs/rules/indent.md
 docs/rules/init-declarations.md
 docs/rules/key-spacing.md
 docs/rules/linebreak-style.md
 docs/rules/lines-around-comment.md
 docs/rules/max-depth.md
 docs/rules/max-len.md
 docs/rules/max-nested-callbacks.md
 docs/rules/max-params.md
 docs/rules/max-statements.md
 docs/rules/new-cap.md
 docs/rules/new-parens.md
 docs/rules/newline-after-var.md
 docs/rules/no-alert.md
 docs/rules/no-array-constructor.md
 docs/rules/no-bitwise.md
 docs/rules/no-caller.md
 docs/rules/no-catch-shadow.md
 docs/rules/no-class-assign.md
 docs/rules/no-comma-dangle.md
 docs/rules/no-cond-assign.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-else-return.md
 docs/rules/no-empty-character-class.md
 docs/rules/no-empty-class.md
 docs/rules/no-empty-label.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-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-implicit-coercion.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-mixed-requires.md
 docs/rules/no-mixed-spaces-and-tabs.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-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-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-redeclare.md
 docs/rules/no-regex-spaces.md
 docs/rules/no-reserved-keys.md
 docs/rules/no-restricted-modules.md
 docs/rules/no-return-assign.md
 docs/rules/no-script-url.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-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-unneeded-ternary.md
 docs/rules/no-unreachable.md
 docs/rules/no-unused-expressions.md
 docs/rules/no-unused-vars.md
 docs/rules/no-use-before-define.md
 docs/rules/no-useless-call.md
 docs/rules/no-useless-concat.md
 docs/rules/no-var.md
 docs/rules/no-void.md
 docs/rules/no-warning-comments.md
 docs/rules/no-with.md
 docs/rules/no-wrap-func.md
 docs/rules/object-curly-spacing.md
 docs/rules/object-shorthand.md
 docs/rules/one-var.md
 docs/rules/operator-assignment.md
 docs/rules/operator-linebreak.md
 docs/rules/padded-blocks.md
 docs/rules/prefer-arrow-callback.md
 docs/rules/prefer-const.md
 docs/rules/prefer-reflect.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-yield.md
 docs/rules/semi-spacing.md
 docs/rules/semi.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-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/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/yoda.md
 docs/user-guide/command-line-interface.md
 docs/user-guide/configuring.md
 docs/user-guide/migrating-to-1.0.0.md
 lib/api.js
 lib/cli.js
 lib/formatters/checkstyle.js
 lib/formatters/compact.js
 lib/formatters/html-template.html
 lib/formatters/jslint-xml.js
 lib/formatters/junit.js
 lib/formatters/stylish.js
 lib/formatters/tap.js
 lib/ignored-paths.js
 lib/load-rules.js
 lib/options.js
 lib/rule-context.js
 lib/rules.js
 lib/rules/brace-style.js
 lib/rules/complexity.js
 lib/rules/consistent-return.js
 lib/rules/default-case.js
 lib/rules/dot-notation.js
 lib/rules/eol-last.js
 lib/rules/eqeqeq.js
 lib/rules/guard-for-in.js
 lib/rules/new-parens.js
 lib/rules/no-array-constructor.js
 lib/rules/no-bitwise.js
 lib/rules/no-caller.js
 lib/rules/no-catch-shadow.js
 lib/rules/no-cond-assign.js
 lib/rules/no-console.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-else-return.js
 lib/rules/no-empty-character-class.js
 lib/rules/no-empty-label.js
 lib/rules/no-eq-null.js
 lib/rules/no-ex-assign.js
 lib/rules/no-extend-native.js
 lib/rules/no-extra-boolean-cast.js
 lib/rules/no-extra-semi.js
 lib/rules/no-fallthrough.js
 lib/rules/no-floating-decimal.js
 lib/rules/no-iterator.js
 lib/rules/no-label-var.js
 lib/rules/no-labels.js
 lib/rules/no-lonely-if.js
 lib/rules/no-mixed-requires.js
 lib/rules/no-native-reassign.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-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-path-concat.js
 lib/rules/no-plusplus.js
 lib/rules/no-process-exit.js
 lib/rules/no-proto.js
 lib/rules/no-redeclare.js
 lib/rules/no-regex-spaces.js
 lib/rules/no-restricted-modules.js
 lib/rules/no-return-assign.js
 lib/rules/no-script-url.js
 lib/rules/no-self-compare.js
 lib/rules/no-sequences.js
 lib/rules/no-spaced-func.js
 lib/rules/no-sparse-arrays.js
 lib/rules/no-sync.js
 lib/rules/no-ternary.js
 lib/rules/no-undef-init.js
 lib/rules/no-undefined.js
 lib/rules/no-underscore-dangle.js
 lib/rules/no-unreachable.js
 lib/rules/no-unused-vars.js
 lib/rules/no-warning-comments.js
 lib/rules/no-with.js
 lib/rules/quotes.js
 lib/rules/radix.js
 lib/rules/semi.js
 lib/rules/sort-vars.js
 lib/rules/space-infix-ops.js
 lib/rules/space-return-throw-case.js
 lib/rules/valid-typeof.js
 lib/rules/wrap-regex.js
 lib/testers/rule-tester.js
 lib/util/traverse.js
 package.json
 scripts/bundle.sh
 templates/blogpost.md.ejs
 tests/bench/bench.js
 tests/bench/xform-rules.js
 tests/fixtures/.eslintignore
 tests/fixtures/.eslintignore2
 tests/fixtures/.eslintignore3
 tests/fixtures/.eslintignore4
 tests/fixtures/.eslintrc
 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/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/package3/subdir/foo.js
 tests/fixtures/config-extends/package4/.eslintrc
 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/subdir/.eslintrc
 tests/fixtures/config-extends/subdir/subsubdir/deeper.json
 tests/fixtures/config-extends/subdir/subsubdir/subsubsubdir/deepest.json
 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/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/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/configurations/comments.json
 tests/fixtures/configurations/cwd/.eslintrc
 tests/fixtures/configurations/env-browser.json
 tests/fixtures/configurations/env-browser.yaml
 tests/fixtures/configurations/env-node.json
 tests/fixtures/configurations/my-awesome-config
 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/.eslintrc
 tests/fixtures/configurations/single-quotes/subdir/.eslintrc
 tests/fixtures/configurations/undef-error.json
 tests/fixtures/environments/disable.yaml
 tests/fixtures/environments/fake.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/.eslintrc
 tests/fixtures/files/foo.js
 tests/fixtures/files/foo.js2
 tests/fixtures/formatters/simple.js
 tests/fixtures/formatters/test/simple.js
 tests/fixtures/globals-browser.js
 tests/fixtures/globals-node.js
 tests/fixtures/globals/conf.yaml
 tests/fixtures/missing-semicolon.js
 tests/fixtures/packagejson/package.json
 tests/fixtures/packagejson/quotes.js
 tests/fixtures/parsers/line-error.js
 tests/fixtures/parsers/no-line-error.js
 tests/fixtures/passing.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/indent/indent-invalid-fixture-1.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/syntax-error.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/traverse/found.js
 tests/fixtures/traverse/found.js2
 tests/fixtures/undef.js
 tests/lib/.eslintrc
 tests/lib/ast-utils.js
 tests/lib/cli.js
 tests/lib/config-initializer.js
 tests/lib/config.js
 tests/lib/eslint.js
 tests/lib/file-finder.js
 tests/lib/formatters/checkstyle.js
 tests/lib/formatters/compact.js
 tests/lib/formatters/jslint-xml.js
 tests/lib/formatters/junit.js
 tests/lib/formatters/stylish.js
 tests/lib/formatters/tap.js
 tests/lib/ignored-paths.js
 tests/lib/options.js
 tests/lib/rules.js
 tests/lib/rules/accessor-pairs.js
 tests/lib/rules/arrow-parens.js
 tests/lib/rules/arrow-spacing.js
 tests/lib/rules/brace-style.js
 tests/lib/rules/complexity.js
 tests/lib/rules/consistent-return.js
 tests/lib/rules/curly.js
 tests/lib/rules/default-case.js
 tests/lib/rules/dot-notation.js
 tests/lib/rules/eol-last.js
 tests/lib/rules/eqeqeq.js
 tests/lib/rules/guard-for-in.js
 tests/lib/rules/max-len.js
 tests/lib/rules/new-cap.js
 tests/lib/rules/new-parens.js
 tests/lib/rules/no-array-constructor.js
 tests/lib/rules/no-bitwise.js
 tests/lib/rules/no-caller.js
 tests/lib/rules/no-catch-shadow.js
 tests/lib/rules/no-cond-assign.js
 tests/lib/rules/no-console.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-else-return.js
 tests/lib/rules/no-empty-character-class.js
 tests/lib/rules/no-empty-label.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-boolean-cast.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-implied-eval.js
 tests/lib/rules/no-invalid-regexp.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-mixed-requires.js
 tests/lib/rules/no-mixed-spaces-and-tabs.js
 tests/lib/rules/no-multi-str.js
 tests/lib/rules/no-native-reassign.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-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-path-concat.js
 tests/lib/rules/no-plusplus.js
 tests/lib/rules/no-process-exit.js
 tests/lib/rules/no-proto.js
 tests/lib/rules/no-redeclare.js
 tests/lib/rules/no-regex-spaces.js
 tests/lib/rules/no-restricted-modules.js
 tests/lib/rules/no-return-assign.js
 tests/lib/rules/no-script-url.js
 tests/lib/rules/no-self-compare.js
 tests/lib/rules/no-sequences.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-ternary.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-unneeded-ternary.js
 tests/lib/rules/no-unreachable.js
 tests/lib/rules/no-unused-vars.js
 tests/lib/rules/no-void.js
 tests/lib/rules/no-warning-comments.js
 tests/lib/rules/no-with.js
 tests/lib/rules/prefer-reflect.js
 tests/lib/rules/quotes.js
 tests/lib/rules/radix.js
 tests/lib/rules/semi.js
 tests/lib/rules/sort-vars.js
 tests/lib/rules/space-infix-ops.js
 tests/lib/rules/space-return-throw-case.js
 tests/lib/rules/use-isnan.js
 tests/lib/rules/valid-typeof.js
 tests/lib/rules/wrap-regex.js
 tests/lib/rules/yoda.js
 tests/lib/testers/rule-tester.js
 tests/lib/traverse.js
 tests/lib/util.js
 tests/tests.htm
Copyright: NONE
License: UNKNOWN
 FIXME

Files: lib/rules/block-spacing.js
 lib/rules/constructor-super.js
 lib/rules/no-class-assign.js
 lib/rules/no-const-assign.js
 lib/rules/no-dupe-class-members.js
 lib/rules/no-implicit-coercion.js
 lib/rules/no-invalid-this.js
 lib/rules/no-this-before-super.js
 lib/rules/no-useless-call.js
 lib/rules/prefer-arrow-callback.js
 lib/rules/prefer-const.js
 lib/rules/prefer-spread.js
 lib/rules/prefer-template.js
 lib/rules/require-yield.js
 tests/lib/rules/block-spacing.js
 tests/lib/rules/constructor-super.js
 tests/lib/rules/no-class-assign.js
 tests/lib/rules/no-const-assign.js
 tests/lib/rules/no-dupe-class-members.js
 tests/lib/rules/no-implicit-coercion.js
 tests/lib/rules/no-invalid-this.js
 tests/lib/rules/no-this-before-super.js
 tests/lib/rules/no-useless-call.js
 tests/lib/rules/prefer-arrow-callback.js
 tests/lib/rules/prefer-const.js
 tests/lib/rules/prefer-spread.js
 tests/lib/rules/prefer-template.js
 tests/lib/rules/require-yield.js
Copyright: 2015, Toru Nagashima.
License: UNKNOWN
 FIXME

Files: lib/rules/callback-return.js
 lib/rules/computed-property-spacing.js
 lib/rules/no-dupe-args.js
 lib/rules/no-var.js
 lib/rules/object-shorthand.js
 tests/lib/rules/callback-return.js
 tests/lib/rules/computed-property-spacing.js
 tests/lib/rules/handle-callback-err.js
 tests/lib/rules/no-dupe-args.js
 tests/lib/rules/no-var.js
 tests/lib/rules/object-shorthand.js
Copyright: 2014, Jamund Ferguson.
  2015, Jamund Ferguson.
License: UNKNOWN
 FIXME

Files: docs/developer-guide/working-with-rules.md
 lib/cli-engine.js
 lib/eslint.js
 lib/rules/func-style.js
 lib/rules/valid-jsdoc.js
 lib/util/source-code.js
 tests/lib/cli-engine.js
 tests/lib/rules/func-style.js
 tests/lib/rules/strict.js
 tests/lib/rules/valid-jsdoc.js
 tests/lib/util/source-code.js
Copyright: 2013, Nicholas C. Zakas.
  2013-2014, Nicholas C. Zakas.
  2014, Nicholas C. Zakas.
  2015, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/config-initializer.js
 lib/rules/no-loop-func.js
 lib/rules/no-shadow.js
 lib/rules/no-use-before-define.js
 lib/rules/wrap-iife.js
 tests/lib/rules/max-params.js
 tests/lib/rules/no-loop-func.js
 tests/lib/rules/no-shadow.js
 tests/lib/rules/no-use-before-define.js
 tests/lib/rules/wrap-iife.js
Copyright: 2013, Ilya Volodin.
  2015, Ilya Volodin.
License: UNKNOWN
 FIXME

Files: lib/rules/max-depth.js
 lib/rules/max-nested-callbacks.js
 lib/rules/max-statements.js
 lib/rules/no-func-assign.js
 tests/lib/rules/max-depth.js
 tests/lib/rules/max-nested-callbacks.js
 tests/lib/rules/max-statements.js
 tests/lib/rules/no-func-assign.js
Copyright: 2013, Ian Christian Myers.
License: UNKNOWN
 FIXME

Files: lib/rules/key-spacing.js
 lib/rules/no-inner-declarations.js
 lib/rules/operator-assignment.js
 lib/timing.js
 tests/lib/rules/key-spacing.js
 tests/lib/rules/no-inner-declarations.js
 tests/lib/rules/operator-assignment.js
Copyright: 2014, Brandon Mills.
License: UNKNOWN
 FIXME

Files: lib/rules/no-extra-parens.js
 lib/rules/no-invalid-regexp.js
 lib/rules/no-shadow-restricted-names.js
 lib/rules/no-unused-expressions.js
 tests/lib/rules/no-extra-parens.js
 tests/lib/rules/no-shadow-restricted-names.js
 tests/lib/rules/no-unused-expressions.js
Copyright: 2013, Michael Ficarra.
  2014, Michael Ficarra.
License: UNKNOWN
 FIXME

Files: lib/rules/comma-spacing.js
 lib/rules/no-process-env.js
 tests/lib/rules/array-bracket-spacing.js
 tests/lib/rules/comma-style.js
 tests/lib/rules/no-multi-spaces.js
 tests/lib/rules/no-process-env.js
Copyright: 2014, Vignesh Anand.
License: UNKNOWN
 FIXME

Files: lib/rules/no-multi-spaces.js
 lib/rules/yoda.js
 lib/token-store.js
 tests/lib/token-store.js
Copyright: 2014, Brandon Mills.
  2014, Nicholas C. Zakas.
  2015, Brandon Mills.
  2015, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/camelcase.js
 tests/lib/rules/camelcase.js
 tests/lib/rules/no-duplicate-case.js
 tests/lib/rules/no-throw-literal.js
Copyright: 2015, Dieter Oberkofler.
License: UNKNOWN
 FIXME

Files: lib/rules/no-inline-comments.js
 lib/rules/no-multiple-empty-lines.js
 tests/lib/rules/no-inline-comments.js
 tests/lib/rules/no-multiple-empty-lines.js
Copyright: 2014, Greg Cochard.
License: UNKNOWN
 FIXME

Files: lib/rules/semi-spacing.js
 lib/rules/space-before-function-paren.js
 tests/lib/rules/semi-spacing.js
 tests/lib/rules/space-before-function-paren.js
Copyright: 2015, Mathias Schreck
License: UNKNOWN
 FIXME

Files: lib/rules/padded-blocks.js
 lib/rules/space-before-blocks.js
 tests/lib/rules/padded-blocks.js
 tests/lib/rules/space-before-blocks.js
Copyright: 2014, Mathias Schreck.
License: UNKNOWN
 FIXME

Files: lib/rules/dot-location.js
 lib/rules/no-trailing-spaces.js
 tests/lib/rules/dot-location.js
Copyright: 2015, Greg Cochard
License: UNKNOWN
 FIXME

Files: lib/ast-utils.js
 lib/rules/accessor-pairs.js
 tests/lib/api.js
Copyright: 2015, Gyandeep Singh.
License: UNKNOWN
 FIXME

Files: lib/rules/no-extra-bind.js
 tests/lib/rules/no-extra-bind.js
Copyright: 2014, Bence DÃ¡nyi.
License: UNKNOWN
 FIXME

Files: lib/rules/operator-linebreak.js
 tests/lib/rules/operator-linebreak.js
Copyright: 2015, BenoÃ®t Zugmeyer.
License: UNKNOWN
 FIXME

Files: lib/rules/no-continue.js
 tests/lib/rules/no-continue.js
Copyright: 2015, Borislav Zhivkov.
License: UNKNOWN
 FIXME

Files: lib/config-validator.js
 tests/lib/config-validator.js
Copyright: 2015, Brandon Mills
License: UNKNOWN
 FIXME

Files: lib/rules/generator-star-spacing.js
 tests/lib/rules/generator-star-spacing.js
Copyright: 2014, Jamund Ferguson.
  2015, Brandon Mills.
License: UNKNOWN
 FIXME

Files: lib/rules/func-names.js
 tests/lib/rules/func-names.js
Copyright: 2014, Kyle T. Nunery.
  2015, Brandon Mills.
License: UNKNOWN
 FIXME

Files: lib/rules/array-bracket-spacing.js
 lib/rules/object-curly-spacing.js
Copyright: 2014, Brandyn Bennett.
  2014, Michael Ficarra. No rights reserved.
  2014, Vignesh Anand.
  2015, Jamund Ferguson.
License: UNKNOWN
 FIXME

Files: lib/formatters/json.js
 tests/lib/formatters/json.js
Copyright: 2015, Burak Yigit Kaya.
License: UNKNOWN
 FIXME

Files: lib/rules/no-constant-condition.js
 tests/lib/rules/no-constant-condition.js
Copyright: 2014, Christian Schulz.
License: UNKNOWN
 FIXME

Files: lib/rules/init-declarations.js
 tests/lib/rules/init-declarations.js
Copyright: 2015, Colin Ihrig.
License: UNKNOWN
 FIXME

Files: lib/rules/vars-on-top.js
 tests/lib/rules/vars-on-top.js
Copyright: 2014, Danny Fritz.
  2014, Gyandeep Singh.
License: UNKNOWN
 FIXME

Files: lib/rules/consistent-this.js
 tests/lib/rules/consistent-this.js
Copyright: 2015, David Aurelio.
  2015, Timothy Jones.
License: UNKNOWN
 FIXME

Files: lib/rules/space-in-parens.js
 tests/lib/rules/space-in-parens.js
Copyright: 2014, David Clark.
  2014, Jonathan Rajavuori.
License: UNKNOWN
 FIXME

Files: lib/rules/no-empty.js
 tests/lib/rules/no-empty.js
Copyright: 2015, Dieter Oberkofler.
  Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/linebreak-style.js
 tests/lib/rules/linebreak-style.js
Copyright: 2015, Erik Mueller.
  2015, James Whitney.
  2015, Varun Verma. All rights reserverd.
License: UNKNOWN
 FIXME

Files: lib/rules/comma-style.js
 tests/lib/rules/comma-spacing.js
Copyright: 2014, Vignesh Anand.
  2015, Evan Simmons.
License: UNKNOWN
 FIXME

Files: lib/rules/no-useless-concat.js
 tests/lib/rules/no-useless-concat.js
Copyright: 2015, Henry Zhu.
License: UNKNOWN
 FIXME

Files: lib/rules/comma-dangle.js
 tests/lib/rules/comma-dangle.js
Copyright: 2013, Ian Christian Myers
  2015, Mathias Schreck
License: UNKNOWN
 FIXME

Files: lib/rules/no-dupe-keys.js
 tests/lib/rules/no-dupe-keys.js
Copyright: 2013, Ian Christian Myers.
  2013, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/max-params.js
 lib/rules/no-multi-str.js
Copyright: 2013, Ilya Volodin.
  2014, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/no-irregular-whitespace.js
 tests/lib/rules/no-irregular-whitespace.js
Copyright: 2014, Jonathan Kingston.
License: UNKNOWN
 FIXME

Files: lib/formatters/html.js
 tests/lib/formatters/html.js
Copyright: 2015, Julian Laval.
License: UNKNOWN
 FIXME

Files: lib/rules/arrow-parens.js
 lib/rules/arrow-spacing.js
Copyright: 2015, Jxck.
License: UNKNOWN
 FIXME

Files: lib/rules/space-unary-ops.js
 tests/lib/rules/space-unary-ops.js
Copyright: 2014, Marcin Kumorek.
License: UNKNOWN
 FIXME

Files: lib/rules/no-alert.js
 tests/lib/rules/no-alert.js
Copyright: 2013, Nicholas C. Zakas
  2015, Mathias Schreck
License: UNKNOWN
 FIXME

Files: tests/lib/rules/block-scoped-var.js
 tests/lib/rules/id-length.js
Copyright: 2015, Mathieu M-Gosselin.
License: UNKNOWN
 FIXME

Files: lib/rules/id-match.js
 tests/lib/rules/id-match.js
Copyright: 2015, Matthieu Larcher.
License: UNKNOWN
 FIXME

Files: lib/rules/no-param-reassign.js
 tests/lib/rules/no-param-reassign.js
Copyright: 2014, Nat Burns.
License: UNKNOWN
 FIXME

Files: lib/rules/space-after-keywords.js
 tests/lib/rules/space-after-keywords.js
Copyright: 2014, Nick Fisher.
License: UNKNOWN
 FIXME

Files: lib/formatters/unix.js
 tests/lib/formatters/unix.js
Copyright: 2015, oshi-shinobu.
License: UNKNOWN
 FIXME

Files: lib/rules/indent.js
Copyright: 2014, Vitaly Puzrin
  2015, Gyandeep Singh.
  2015, Vitaly Puzrin.
License: Expat
 FIXME

Files: LICENSE
Copyright: 2013, Nicholas C. Zakas.
License: Expat
 FIXME

Files: lib/util.js
Copyright: 2012, Nicholas Fisher
License: Expat
 FIXME

Files: debian/copyright-check
Copyright: 2016-2019, Jonas Smedegaard <dr@jones.dk>
  check
License: GPL-3+
 FIXME

Files: lib/rules/strict.js
Copyright: 2013, Ian Christian Myers.
  2013-2014, Nicholas C. Zakas.
  2015, Brandon Mills.
License: UNKNOWN
 FIXME

Files: lib/rules/no-lone-blocks.js
Copyright: 2014, Brandon Mills.
  2015, Roberto Vidal.
License: UNKNOWN
 FIXME

Files: lib/rules/quote-props.js
Copyright: 2014, Brandon Mills.
  2015, Tomasz OlÄdzki.
License: UNKNOWN
 FIXME

Files: lib/rules/no-duplicate-case.js
Copyright: 2015, Burak Yigit Kaya.
  2015, Dieter Oberkofler.
License: UNKNOWN
 FIXME

Files: lib/rules/id-length.js
Copyright: 2015, Burak Yigit Kaya.
  2015, Mathieu M-Gosselin.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/newline-after-var.js
Copyright: 2015, Casey Visco.
  2015, Gopal Venkatesan.
License: UNKNOWN
 FIXME

Files: lib/rules/newline-after-var.js
Copyright: 2015, Casey Visco.
  2015, Gopal Venkatesan.
  2015, Ian VanSchooten.
License: UNKNOWN
 FIXME

Files: lib/rules/one-var.js
Copyright: 2013, Ian Christian Myers.
  2015, Danny Fritz.
  2015, Ian VanSchooten.
  2015, Joey Baker.
License: UNKNOWN
 FIXME

Files: lib/rules/no-throw-literal.js
Copyright: 2015, Dieter Oberkofler.
  2015, Ian VanSchooten.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/indent.js
Copyright: 2014, Dmitriy Shekhovtsov.
  2015, Gyandeep Singh.
License: UNKNOWN
 FIXME

Files: conf/environments.js
Copyright: 2014, Elan Shanker.
License: UNKNOWN
 FIXME

Files: lib/rules/no-unexpected-multiline.js
Copyright: 2015, Glen Mailer
License: UNKNOWN
 FIXME

Files: tests/lib/rules/spaced-comment.js
Copyright: 2014, Greg Cochard.
  2015, Gyandeep Singh.
License: UNKNOWN
 FIXME

Files: lib/rules/spaced-comment.js
Copyright: 2014, Greg Cochard.
  2015, Gyandeep Singh.
  2015, Toru Nagashima.
License: UNKNOWN
 FIXME

Files: lib/rules/lines-around-comment.js
Copyright: 2015, Gyandeep Singh.
  2015, Jamund Ferguson.
  2015, Mathieu M-Gosselin.
License: UNKNOWN
 FIXME

Files: lib/rules/no-unneeded-ternary.js
Copyright: 2015, Gyandeep Singh.
  2015, Michael Ficarra.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/one-var.js
Copyright: 2013, Ian Christian Myers.
  2013, Michael Paulukonis.
License: UNKNOWN
 FIXME

Files: lib/rules/curly.js
Copyright: 2015, Ivan Nikulin.
License: UNKNOWN
 FIXME

Files: lib/rules/use-isnan.js
Copyright: 2013, James Allardice.
  2014, Jordan Harband.
License: UNKNOWN
 FIXME

Files: lib/rules/no-implied-eval.js
Copyright: 2013, James Allardice.
  2015, Mathias Schreck.
License: UNKNOWN
 FIXME

Files: lib/rules/handle-callback-err.js
Copyright: 2014, Jamund Ferguson.
  2015, Mathias Schreck.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/lines-around-comment.js
Copyright: 2015, Jamund Ferguson.
  2015, Mathieu M-Gosselin.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/object-curly-spacing.js
Copyright: 2014, Vignesh Anand.
  2015, Jamund Ferguson.
License: UNKNOWN
 FIXME

Files: lib/rules/no-mixed-spaces-and-tabs.js
Copyright: 2014, Jary Niebur.
  2014, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/new-cap.js
Copyright: 2013-2014, Nicholas C. Zakas.
  2014, Jordan Harband.
License: UNKNOWN
 FIXME

Files: lib/util/keywords.js
Copyright: 2015, Jose Roberto Vidal.
License: UNKNOWN
 FIXME

Files: lib/rules/prefer-reflect.js
Copyright: 2015, Keith Cirkel.
License: UNKNOWN
 FIXME

Files: lib/rules/no-undef.js
Copyright: 2013, Mark Macdonald.
  2015, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/no-eval.js
Copyright: 2013, Nicholas C. Zakas.
  2015, Mathias Schreck.
License: UNKNOWN
 FIXME

Files: lib/rules/block-scoped-var.js
Copyright: 2015, Mathieu M-Gosselin.
  2015, Toru Nagashima.
License: UNKNOWN
 FIXME

Files: lib/rules/max-len.js
Copyright: 2013, Matt DuVall.
License: UNKNOWN
 FIXME

Files: lib/file-finder.js
Copyright: 2014, Michael McLaughlin.
License: UNKNOWN
 FIXME

Files: lib/config.js
Copyright: 2013, Seth McLaughlin.
  2014, Michael McLaughlin.
  2014, Nicholas C. Zakas.
License: UNKNOWN
 FIXME

Files: lib/rules/no-void.js
Copyright: 2014, Mike Sidorov.
License: UNKNOWN
 FIXME

Files: tests/lib/rules/no-trailing-spaces.js
Copyright: 2015, Patrick McElhaney
License: UNKNOWN
 FIXME

Files: tests/lib/rules/quote-props.js
Copyright: 2015, Tomasz OlÄdzki.
License: UNKNOWN
 FIXME

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

Files: docs/rules/README.md
Copyright: 251";`
License: UNKNOWN
 FIXME

Files: debian/source/lintian-overrides
Copyright: GPL-3+
  gpl-3+
License: UNKNOWN
 FIXME

Files: CHANGELOG.md
Copyright: mi GÃ©rard-Marchant)
  policy (Nicholas C. Zakas)
License: UNKNOWN
 FIXME

