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,
|
|
|
|
|
"license": "MIT",
|
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-01-22 11:16:22 +00:00
|
|
|
"@next/eslint-plugin-next": "^15.1.6",
|
2025-01-14 17:48:54 +01:00
|
|
|
"eslint-config-prettier": "^10.0.1",
|
2025-01-23 15:45:42 +00:00
|
|
|
"eslint-config-turbo": "^2.3.4",
|
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-01-13 18:46:24 +00:00
|
|
|
"eslint-plugin-react": "^7.37.4",
|
2024-12-05 18:38:48 +00:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
2025-01-27 22:32:23 +01:00
|
|
|
"typescript-eslint": "^8.22.0"
|
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-01-24 19:15:40 +00:00
|
|
|
"eslint": "^9.19.0",
|
2025-01-08 19:14:44 +00:00
|
|
|
"typescript": "^5.7.3"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|