summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-04-08 01:38:56 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-04-08 01:48:30 -0400
commitbd1edbdc0a32f482e7d8aa6a8d84dd5cb0243782 (patch)
tree9ebb75ceb55cea0eecb75a6ae8d8f4dd291e926e /package.json
parentcb04cd3536468e170e46f821a8c59184a3b4a9d1 (diff)
move to new eslint configuration format
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index edca6979..892d416d 100644
--- a/package.json
+++ b/package.json
@@ -7,5 +7,6 @@
"stylelint-config-standard": "^36.0.0",
"terser": "^5.30.3",
"vnu-jar": "^23.4.11"
- }
+ },
+ "type": "module"
}