Skip to content
Snippets Groups Projects
Commit df5ddd22 authored by Jess's avatar Jess
Browse files

Issue #2923747 by morsok, drpal: Wrong declaration of no-mutable-exports JS coding standard rule

parent 8f300f53
Branches
Tags
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
......@@ -22,7 +22,7 @@
"consistent-return": [0],
"no-underscore-dangle": [0],
"max-nested-callbacks": [1, 3],
"no-mutable-exports": [1],
"import/no-mutable-exports": [1],
"no-plusplus": [1, {
"allowForLoopAfterthoughts": true
}],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment