link-stack/packages/eslint-config/package.json

33 lines
921 B
JSON
Raw Permalink Normal View History

{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/eslint-config",
2025-02-20 10:56:31 +01:00
"version": "3.1.0",
"description": "amigo's eslint config",
"author": "Abel Luck <abel@guardianproject.info>",
"license": "AGPL-3.0-or-later",
"private": false,
"scripts": {
2023-03-13 09:34:45 +00:00
"fmt": "prettier \"profile/**/*.js\" --write"
},
"dependencies": {
2025-03-24 11:52:38 +01:00
"@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",
2024-02-14 12:13:00 +01:00
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2024-11-25 09:31:25 +01:00
"eslint-plugin-import": "^2.31.0",
2025-01-15 14:15:02 +01:00
"eslint-plugin-jest": "^28.11.0",
2024-12-13 13:20:37 +01:00
"eslint-plugin-promise": "^7.2.1",
2025-03-24 11:52:38 +01:00
"eslint-plugin-unicorn": "58.0.0",
"@babel/eslint-parser": "7.26.10"
},
"peerDependencies": {
2023-03-13 12:11:25 +00:00
"typescript": "^4.9.5"
},
"devDependencies": {
2025-02-20 10:56:31 +01:00
"eslint": "^9",
2023-09-12 14:33:37 +02:00
"jest": "^29.7.0",
2025-03-24 11:52:38 +01:00
"typescript": "^5.8.2"
}
}