From 1da395de2e6759dfe9a7a199b03a39365e30f16c Mon Sep 17 00:00:00 2001 From: Michał Gołębiowski-Owczarek Date: Mon, 3 Mar 2025 20:15:14 +0100 Subject: Build: Update ESLint to v9, migrate to flat config, lint dist files Dist files linting is limited to checking if they're proper ES5. Closes gh-2336 --- ui/effects/effect-explode.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'ui/effects') diff --git a/ui/effects/effect-explode.js b/ui/effects/effect-explode.js index ed40833a8..da38b4d55 100644 --- a/ui/effects/effect-explode.js +++ b/ui/effects/effect-explode.js @@ -9,9 +9,7 @@ //>>label: Explode Effect //>>group: Effects -/* eslint-disable max-len */ //>>description: Explodes an element in all directions into n pieces. Implodes an element to its original wholeness. -/* eslint-enable max-len */ //>>docs: https://api.jqueryui.com/explode-effect/ //>>demos: https://jqueryui.com/effect/ -- cgit v1.2.3