@youngjuning/eslint-config
Version:
youngjuning's eslint config
53 lines (52 loc) • 1.29 kB
JSON
{
"name": "@youngjuning/eslint-config",
"version": "0.3.7",
"description": "youngjuning's eslint config",
"keywords": [
"youngjuning",
"eslint-config",
"javascript"
],
"author": {
"name": "Aaron Young",
"email": "luozhu2021@gmail.com",
"url": "https://youngjuning.js.org"
},
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"types": "index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/youngjuning/youngjuning/tree/main/packages/eslint-config#readme",
"repository": {
"type": "git",
"url": "https://github.com/youngjuning/youngjuning.git",
"directory": "packages/eslint-config"
},
"bugs": {
"url": "https://github.com/youngjuning/youngjuning/issues"
},
"dependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jiti": "^2.4.2",
"prettier": "^3.5.2",
"typescript-eslint": "^8.25.0"
},
"peerDependencies": {
"eslint": "^9.21.0",
"jest": "^29.7.0",
"prettier": "^3.5.2"
},
"gitHead": "9d44a5d3fa08e71909cee66d44f3635ca2e8f60b"
}