diff options
author | Alex Pott <alex.a.pott@googlemail.com> | 2021-03-05 13:13:45 +0000 |
---|---|---|
committer | Alex Pott <alex.a.pott@googlemail.com> | 2021-03-05 13:13:45 +0000 |
commit | 5bce5eeb25f2f292e2059dfb51ca540d878233f3 (patch) | |
tree | a4ebead0da29f1fecc65501ca8f810a1d484dec5 /core/.eslintrc.json | |
parent | daf10a069572b2fb1d5ebcdf7cdb8400878e965d (diff) | |
download | drupal-5bce5eeb25f2f292e2059dfb51ca540d878233f3.tar.gz drupal-5bce5eeb25f2f292e2059dfb51ca540d878233f3.zip |
Issue #2402103 by nod_, bnjmnm, larowlan, flxa, anmolgoyal74, droplet, xjm, catch, gabesullice, lauriii, Dries, justafish: Add once.js to core
Diffstat (limited to 'core/.eslintrc.json')
-rw-r--r-- | core/.eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/.eslintrc.json b/core/.eslintrc.json index a133f542bb8..7cd9b27b375 100644 --- a/core/.eslintrc.json +++ b/core/.eslintrc.json @@ -20,6 +20,7 @@ "Modernizr": true, "Popper": true, "Sortable": true, + "once": true, "CKEDITOR": true, "tabbable": true }, |