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

34 lines
958 B
JSON
Raw Normal View History

{
2024-06-05 08:52:41 +02:00
"name": "@link-stack/eslint-config",
"version": "0.3.10",
"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-06-05 08:52:41 +02:00
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
2024-02-14 12:13:00 +01:00
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
2024-06-05 08:52:41 +02:00
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2024-02-14 12:13:00 +01:00
"eslint-plugin-import": "^2.29.1",
2024-05-08 07:32:29 +02:00
"eslint-plugin-jest": "^28.5.0",
2024-06-05 08:52:41 +02:00
"eslint-plugin-promise": "^6.2.0",
2024-05-14 09:40:58 +02:00
"eslint-plugin-unicorn": "53.0.0",
2024-06-05 08:52:41 +02:00
"@babel/eslint-parser": "7.24.6"
},
"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-04-21 09:44:30 +02:00
"typescript": "^5.4.5"
}
}