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

34 lines
955 B
JSON
Raw Normal View History

{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/eslint-config",
2024-08-28 10:28:59 +02:00
"version": "2.2.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": {
2024-08-06 08:36:03 +02:00
"@rushstack/eslint-patch": "^1.10.4",
2024-09-27 11:22:45 +02:00
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
2024-02-14 12:13:00 +01:00
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
2024-08-14 10:51:12 +02:00
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2024-09-27 11:22:45 +02:00
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jest": "^28.8.3",
2024-08-07 12:02:33 +02:00
"eslint-plugin-promise": "^7.1.0",
2024-08-06 08:36:03 +02:00
"eslint-plugin-unicorn": "55.0.0",
"@babel/eslint-parser": "7.25.1"
},
"peerDependencies": {
2023-03-13 12:11:25 +00:00
"typescript": "^4.9.5"
},
"devDependencies": {
2024-04-21 09:44:30 +02:00
"eslint": "^8",
2023-09-12 14:33:37 +02:00
"jest": "^29.7.0",
2024-09-27 11:22:45 +02:00
"typescript": "^5.6.2"
}
}