Skip to content

Commit 31d0d55

Browse files
committed
chore: elevate $inspect uses to eslint errors
1 parent 3cfff7f commit 31d0d55

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default [
1313
files: ['**/*.svelte', '*.svelte'],
1414
rules: {
1515
'svelte/no-object-in-text-mustaches': 'warn',
16-
'svelte/no-inspect': 'warn',
16+
'svelte/no-inspect': 'error',
1717
'svelte/no-useless-mustaches': [
1818
'error',
1919
{

src/lib/marks/helpers/BaseAxisY.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@
9595
// generate id used for registering margins
9696
const id = randomId();
9797
98-
$inspect({ options });
99-
10098
const { autoMarginLeft, autoMarginRight, autoMarginTop } =
10199
getContext<AutoMarginStores>('svelteplot/autoMargins');
102100

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy