From ae43f0c48bf7acede8a325b24197001fe2b2f416 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Mar 2023 20:49:30 +0300 Subject: Tweak and re-organize ESLint config (#38369) * Tweak and re-organize ESLint config * merge individual configs to the root config * enable more eslint-plugin-import rules * lint markdown files * Lint --- js/src/popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/popover.js') diff --git a/js/src/popover.js b/js/src/popover.js index 2679bdae9..612c5218f 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -5,8 +5,8 @@ * -------------------------------------------------------------------------- */ -import { defineJQueryPlugin } from './util/index.js' import Tooltip from './tooltip.js' +import { defineJQueryPlugin } from './util/index.js' /** * Constants -- cgit v1.2.3