Migrate to eslint.config.mjs

`.eslintrc.json` is deprecated.
This commit is contained in:
Andrew Eisenberg 2024-07-16 10:11:29 -07:00
parent c2585eca08
commit 3cf7236447
No known key found for this signature in database
91 changed files with 22206 additions and 625 deletions

6
node_modules/acorn/package.json generated vendored
View file

@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.10.0",
"version": "8.12.1",
"engines": {
"node": ">=0.4.0"
},
@ -38,13 +38,13 @@
],
"repository": {
"type": "git",
"url": "https://github.com/acornjs/acorn.git"
"url": "git+https://github.com/acornjs/acorn.git"
},
"license": "MIT",
"scripts": {
"prepare": "cd ..; npm run build:main"
},
"bin": {
"acorn": "./bin/acorn"
"acorn": "bin/acorn"
}
}