Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull Request updates dependency eslint from
v3.19.0
tov4.19.1
Release Notes
v4.0.0
no-mixed-requires
(#8686) (Fangzhou Li)v4.1.0
padded-block
rule (#8783) (Plusb Preco)enforceForArrowConditionals
tono-extra-parens
(fixes #6196) (#8439) (Evilebot Tnawi)overrides
/files
options for glob-based config (fixes #3611) (#8081) (Sylvan Mably)v4.1.1
indent
internal functions (#8800) (Teddy Katz)v4.2.0
indent
(#8901) (Teddy Katz)fix
option (fixes #8039) (#8730) (Ian VanSchooten)false
(#8825) (Erik Vold)v4.3.0
peerDependencies
package.json snippet valid JSON (#8971) (Sam Adams)output: null
to assert that a test case is not autofixed. (#8960) (薛定谔的猫)indent
test (#8925) (Teddy Katz)indent
internals (#8947) (Teddy Katz)indent
rule (#8905) (Teddy Katz)indent
(#8926) (Teddy Katz)allowAtRootLevel
option (fixes #8902) (#8906) (Teddy Katz)v4.4.0
node.start
/node.end
(fixes #8956) (#8984) (Toru Nagashima)indent
behavior on computed properties (fixes #8989) (#8999) (Teddy Katz)v4.4.1
v4.5.0
indent
(fixes #8594) (#9105) (Teddy Katz)new.target
expressions (#9116) (Teddy Katz)chalk
to 2.x release (#9115) (Stephen Edgar)fix: false
is used (#9098) (Teddy Katz)v4.6.0
v4.6.1
false
(fixes #9202) (#9203) (Teddy Katz)v4.7.0
node.parent
is already set (fixes #9122) (#9283) (Teddy Katz)return
(fixes #9285) (#9296) (Teddy Katz)npm run perf
description (#9274) (Teddy Katz)v4.7.1
v4.7.2
v4.8.0
v4.9.0
lines-around-comment
(fixes #8564) (#8565) (Ed Lee)v4.10.0
npm run check-commit
script (#9513) (Teddy Katz).md
to link (for github users) (#9501) (薛定谔的猫)npm run profile
script (fixes #9397) (#9455) (Teddy Katz)v4.11.0
lines-around-comment
(#9589) (Clément Fiorio)npm test
(#9590) (Teddy Katz)no-invalid-this
. (#9542) (Francisc)v4.12.0
sort-vars
(#9496) (Trevin Hofmann)beforeStatementContinuationChars
to semi (fixes #9521) (#9594) (Toru Nagashima)globals
to 11.0.1 (fixes #9614) (#9632) (Toru Nagashima)v4.12.1
v4.13.0
v4.13.1
v4.14.0
complexity
rule (fixes #8535) (#9754) (Kevin Partington)valid-typeof
example (#9753) (Teddy Katz)source
property a little more subtle (#9735) (Jed Fox)lines-between-class-members
(fixes #9665) (#9680) (sakabar)v4.15.0
ignoreComments
option toindent
rule (fixes #9018) (#9752) (Kevin Partington)v4.16.0
.eslintrc.*
(fixes #9535) (#9847) (Kevin Partington)v4.17.0
globals
key in the no-undef docs (#9867) (Dan Dascalescu)v4.18.0
v4.18.1
v4.18.2
v4.19.0
Buffer()
in backticks inno-buffer-constructor
rule description (#10084) (Stephen Edgar)v4.19.1
Commits
v4.15.0
fc44da9
Docs: fix sort-imports rule block language (#9805)fc7f404
Docs: add url to each of the rules (refs #6582) (#9788)6ab04b5
New: Add context.report({ messageId }) (fixes #6740) (#9165)2dfc3bd
Build: changelog update for 4.15.0e14ceb0
4.15.0v4.16.0
54b329a
Docs: fix substitution of {{ name }} (#9822)ccfce15
Docs: Minor tweaks to working with rules page (#9824)acde640
Docs: Add ES 2018 to Configuring ESLint (#9829)2cf4522
Update: Rename and deprecate object-property-newline option (#9570)b9da067
Docs: fix misleading info about RuleTester column numbers (#9830)601f851
Docs: Minor modification to code comments for clarity (#9821)6a5cd32
Fix: prefer-destructuring error with computed properties (fixes #9784) (#9817)add1e70
Update: fix indent bug on comments in ternary expressions (fixes #9729) (#9818)ea1b15d
Fix: avoid crashing on malformed configuration comments (fixes #9373) (#9819)133336e
Update: fix indent behavior on template literal arguments (fixes #9061) (#9820)1d61930
Update: use doctrine range information in valid-jsdoc (#9831)2e87ddd
Docs: Sync messageId examples' style with other examples (#9816)cd5681d
Chore: Deactivate consistent-docs-url in internal rules folder (#9815)978574f
Docs: Fix examples for no-useless-escape (#9853)8ccbdda
Docs: Clarify that -c configs merge with `.eslintrc.*` (fixes #9535) (#9847)b96fb31
Docs: configuration hierarchy for CLIEngine options (fixes #9526) (#9855)13bcf3c
Fix: Removing curly quotes in no-eq-null report message (#9852)4f898c7
Build: Fix JSDoc syntax errors (#9813)af043eb
Update: Add NewExpression support to comma-style (#9591)e26a25f
Update: allow continue instead of if wrap in guard-for-in (fixes #7567) (#9796)1a9ddee
Build: changelog update for 4.16.033ca1ea
4.16.0v4.17.0
9cbb487
Docs: Mention the `globals` key in the no-undef docs (#9867)084351b
Docs: Fix the messageId example (fixes #9889) (#9892)dc80487
Update: space-unary-ops uses astUtils.canTokensBeAdjacent (fixes #9907) (#9906)51ec6a7
Docs: Use GitHub Multiple PR/Issue templates (#9911)d20f6b4
Fix: Typo in error message when running npm (#9866)3afaff6
Docs: Add prefer-destructuring variable reassignment example (#9873)1aa1970
Docs: remove outdated rule naming convention (#9925)bb213dc
Chore: Use messageIds in some of the core rules (#9648)1da1ada
Update: Add "multiline" type to padding-line-between-statements (#8668)5ad3fb2
Build: changelog update for 4.17.02af9446
4.17.0v4.18.0
f8d343f
Chore: Fix default issue template (#9946)d64fbb4
Docs: fix typo in prefer-destructuring.md example (#9930)bf3d494
Docs: Fix typo in max-len ignorePattern example. (#9956)777283b
Docs: Propose fix typo for function (#9965)4a6f22e
Update: support eslint-disable-* block comments (fixes #8781) (#9745)426868f
Docs: clean up key-spacing docs (fixes #9900) (#9963)74fa253
Docs: Clarify no-mixed-operators options (fixes #9962) (#9964)f012b8c
Fix: support Async iteration (fixes #9891) (#9957)e8efdd0
Fix: support Rest/Spread Properties (fixes #9885) (#9943)47ac478
Update: add named imports and exports for object-curly-newline (#9876)0e4ae22
Update: fix indent bug with binary operators/ignoredNodes (fixes #9882) (#9951)70f22f3
Chore: Apply memoization to config creation within glob utils (#9944)89d55ca
Build: changelog update for 4.18.0883a2a2
4.18.0v4.18.1
7c2cd70
Docs: deprecate experimentalObjectRestSpread (#9986)3e99363
Docs: Fixed typo in key-spacing rule doc (#9987)f417506
Fix: ensure no-await-in-loop reports the correct node (fixes #9992) (#9993)537b5c3
Build: changelog update for 4.18.18c237d8
4.18.1v4.18.2
aea07dc
Fix: Make max-len ignoreStrings ignore JSXText (fixes #9954) (#9985)a1c3759
Chore: refactor populating configs with defaults in linter (#10006)18e15d9
Chore: avoid useless catch clauses that just rethrow errors (#10010)558ccba
Chore: refactor directive comment processing (#10007)33177cd
Chore: make library files non-executable (#10021)e4f52ce
Chore: Simplify dataflow in linter.verify (#10020)f6901d0
Fix: remove catastrophic backtracking vulnerability (fixes #10002) (#10019)9df8653
Chore: refactor parser-loading out of linter.verify (#10028)3c697de
Chore: fix incorrect comment about linter.verify return value (#10030)6b71fd0
Fix: table@4.0.2, because 4.0.3 needs "ajv": "^6.0.1" (#10022)817b84b
Build: changelog update for 4.18.222ff6f3
4.18.2v4.19.0
2a4c838
Docs: Update ECMAScript versions in FAQ (#10047)72ca5b3
Update: Correctly indent JSXText with trailing linebreaks (fixes #9878) (#10055)2e68be6
Update: give a node at least the indentation of its parent (fixes #9995) (#10054)66a1e9a
Docs: fix possible typo (#10060)e33bb64
Chore: enable no-param-reassign on ESLint codebase (#10065)3aded2f
Docs: Fix lodash typos, make spacing consistent (#10073)72ed3db
Docs: Wrap `Buffer()` in backticks in `no-buffer-constructor` rule description (#10084)935f4e4
Docs: Clarify default ignoring of node_modules (#10092)8d3814e
Fix: false positive about ES2018 RegExp enhancements (fixes #9893) (#10062)55a1593
Update: consecutive option for one-var (fixes #4680) (#9994)16fc59e
Build: changelog update for 4.19.04f595e8
4.19.0v4.19.1
a717c5d
Chore: Adding log at beginning of unit tests in Makefile.js (#10102)0360cc2
Chore: Adding debug logs on successful plugin loads (#10100)6f9e155
Docs: Update ambiguous for...in example for guard-for-in (#10114)abc765c
Fix: object-curly-newline minProperties w/default export (fixes #10101) (#10103)3ff5d11
Fix: no-invalid-regexp not understand variable for flags (fixes #10112) (#10113)b446650
Build: changelog update for 4.19.1f1f1bdf
4.19.1This PR has been generated by Renovate Bot.