From e032d387790275e84f4c848d2189ee1e9da075d6 Mon Sep 17 00:00:00 2001 From: Andrew Shu Date: Wed, 17 Sep 2025 03:30:47 -0700 Subject: [PATCH] Set type module in package.json Silences eslint.config.js warning MODULE_TYPELESS_PACKAGE_JSON --- tildes/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/package.json b/tildes/package.json index c956898..b73699e 100644 --- a/tildes/package.json +++ b/tildes/package.json @@ -17,6 +17,7 @@ "stylelint": "^10.0.1", "stylelint-scss": "^3.6.0" }, + "type": "module", "prettier": { "bracketSpacing": false, "printWidth": 88,