1
mirror of https://github.com/jakejarvis/eslint-config.git synced 2025-04-26 06:25:23 -04:00

add missing "type": "module"

This commit is contained in:
Jake Jarvis 2025-01-16 09:15:28 -05:00
parent 64cdd08b12
commit 86a3091d71
Signed by: jake
SSH Key Fingerprint: SHA256:nCkvAjYA6XaSPUqc4TfbBQTpzr8Xj7ritg/sGInCdkc

View File

@ -1,6 +1,6 @@
{
"name": "@jakejarvis/eslint-config",
"version": "4.0.0",
"version": "4.0.1",
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
"license": "MIT",
"repository": "jakejarvis/eslint-config",
@ -13,6 +13,7 @@
"index.js"
],
"main": "index.js",
"type": "module",
"devDependencies": {
"eslint": "^9.4.0"
},