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-05-06 23:21:35 +00:00
|
|
|
"@next/eslint-plugin-next": "15.3.2",
|
2025-05-09 04:25:37 +00:00
|
|
|
"eslint-config-prettier": "^10.1.5",
|
2025-05-06 21:21:12 +00:00
|
|
|
"eslint-config-turbo": "^2.5.3",
|
2024-10-03 11:48:30 +00:00
|
|
|
"eslint-plugin-import": "^2.31.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-02-28 15:47:55 +00:00
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
2025-05-12 18:27:38 +00:00
|
|
|
"typescript-eslint": "^8.32.1"
|
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-05-16 20:24:10 +00:00
|
|
|
"eslint": "^9.27.0",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|