mirror of
https://github.com/jakejarvis/eslint-config.git
synced 2025-04-26 12:06:12 -04:00
add missing "type": "module"
This commit is contained in:
parent
64cdd08b12
commit
86a3091d71
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@jakejarvis/eslint-config",
|
"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.",
|
"description": "My ESLint config. Inspired heavily by eslint-config-google and moderately by eslint-config-airbnb.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "jakejarvis/eslint-config",
|
"repository": "jakejarvis/eslint-config",
|
||||||
@ -13,6 +13,7 @@
|
|||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^9.4.0"
|
"eslint": "^9.4.0"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user