Skip to content
Snippets Groups Projects
Commit fe0e5fee authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2914708 by droplet: JS codestyle: comma-dangle

parent 2656a846
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
"new-cap": "off", "new-cap": "off",
"max-len": "off", "max-len": "off",
"default-case": "off", "default-case": "off",
"comma-dangle": "off",
"camelcase": "off", "camelcase": "off",
"array-callback-return": "off", "array-callback-return": "off",
"vars-on-top": "off", "vars-on-top": "off",
......
...@@ -57,8 +57,8 @@ ...@@ -57,8 +57,8 @@
Drupal.formatPlural( Drupal.formatPlural(
$table.find('tr:visible').length - 1, $table.find('tr:visible').length - 1,
'1 block is available in the modified list.', '1 block is available in the modified list.',
'@count blocks are available in the modified list.' '@count blocks are available in the modified list.',
) ),
); );
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment