32 lines
921 B
JSON
32 lines
921 B
JSON
{
|
|
"name": "@link-stack/eslint-config",
|
|
"version": "3.1.0",
|
|
"description": "amigo's eslint config",
|
|
"author": "Abel Luck <abel@guardianproject.info>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"private": false,
|
|
"scripts": {
|
|
"fmt": "prettier \"profile/**/*.js\" --write"
|
|
},
|
|
"dependencies": {
|
|
"@rushstack/eslint-patch": "^1.11.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.27.0",
|
|
"@typescript-eslint/parser": "^8.27.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-config-xo-space": "^0.35.0",
|
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jest": "^28.11.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-unicorn": "58.0.0",
|
|
"@babel/eslint-parser": "7.26.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^4.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^9",
|
|
"jest": "^29.7.0",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|