2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "@homarr/eslint-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"private": true,
|
2025-03-01 17:23:00 +01:00
|
|
|
"license": "Apache-2.0",
|
2024-06-08 20:49:57 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"exports": {
|
|
|
|
|
"./base": "./base.js",
|
|
|
|
|
"./nextjs": "./nextjs.js",
|
|
|
|
|
"./react": "./react.js"
|
|
|
|
|
},
|
2023-12-08 22:35:15 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
2024-12-01 22:59:11 +01:00
|
|
|
"lint": "eslint",
|
2023-12-08 22:35:15 +01:00
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-12-01 22:59:11 +01:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"dependencies": {
|
2025-11-04 21:26:44 +01:00
|
|
|
"@next/eslint-plugin-next": "16.0.1",
|
2025-07-21 07:54:13 +00:00
|
|
|
"eslint-config-prettier": "^10.1.8",
|
2025-11-16 06:43:04 +00:00
|
|
|
"eslint-config-turbo": "^2.6.1",
|
2025-06-20 22:21:00 +00:00
|
|
|
"eslint-plugin-import": "^2.32.0",
|
2024-10-26 05:11:06 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
2025-04-03 20:21:26 +00:00
|
|
|
"eslint-plugin-react": "^7.37.5",
|
2025-10-10 13:43:07 +02:00
|
|
|
"eslint-plugin-react-hooks": "^6.1.1",
|
2025-10-26 03:23:16 +00:00
|
|
|
"typescript-eslint": "^8.46.2"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-11-09 16:34:41 +00:00
|
|
|
"eslint": "^9.39.1",
|
2025-10-05 21:27:02 +00:00
|
|
|
"typescript": "^5.9.3"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|