renovate[bot] d7406150fa
chore(deps): update dependency eslint to v8.51.0 (#2083)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-07 12:11:37 -07:00

39 lines
924 B
JSON

{
"name": "@jsdoc/eslint-config",
"version": "1.2.4",
"description": "Default ESLint configuration for JSDoc packages.",
"keywords": [
"eslint",
"jsdoc"
],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://github.com/jsdoc/jsdoc#readme",
"license": "Apache-2.0",
"main": "index.js",
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"peerDependencies": {
"eslint": ">= 8.51.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/jsdoc/jsdoc/issues"
},
"type": "commonjs",
"engines": {
"node": ">=v18.12.0"
},
"gitHead": "81a824eb0968851f836fc6069376d0337775f9ba"
}