Update checked-in dependencies
This commit is contained in:
parent
6b0d45a5c6
commit
cc1adb825a
4247 changed files with 144820 additions and 149530 deletions
3
node_modules/eslint/lib/rules/comma-style.js
generated
vendored
3
node_modules/eslint/lib/rules/comma-style.js
generated
vendored
|
|
@ -207,8 +207,7 @@ module.exports = {
|
|||
* they are always valid regardless of an undefined item.
|
||||
*/
|
||||
if (astUtils.isCommaToken(commaToken)) {
|
||||
validateCommaItemSpacing(previousItemToken, commaToken,
|
||||
currentItemToken, reportItem);
|
||||
validateCommaItemSpacing(previousItemToken, commaToken, currentItemToken, reportItem);
|
||||
}
|
||||
|
||||
if (item) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue