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-12-06 12:56:54 +01:00
"version": "3.2.0b4",
"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": {
"@rushstack/eslint-patch": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint-config-prettier": "^10.1.8",
2024-02-14 12:13:00 +01:00
"eslint-config-xo-space": "^0.35.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
2024-12-13 13:20:37 +01:00
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "61.0.2",
"@babel/eslint-parser": "7.28.4"
},
"peerDependencies": {
2023-03-13 12:11:25 +00:00
"typescript": "^4.9.5"
},
"devDependencies": {
2025-02-20 10:56:31 +01:00
"eslint": "^9",
"jest": "^30.2.0",
"typescript": "^5.9.3"
}
}