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

34 lines
956 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-08-06 08:36:03 +02:00
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
2024-02-14 12:13:00 +01:00
"eslint-config-prettier": "^9.1.0",
"eslint-config-xo-space": "^0.35.0",
2024-08-06 08:36:03 +02:00
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-eslint-comments": "^3.2.0",
2024-02-14 12:13:00 +01:00
"eslint-plugin-import": "^2.29.1",
2024-08-06 08:36:03 +02:00
"eslint-plugin-jest": "^28.7.0",
"eslint-plugin-promise": "^7.0.0",
"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-08-06 08:36:03 +02:00
"typescript": "^5.5.4"
}
}