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": {
|
2024-12-26 18:20:53 +00:00
|
|
|
"@next/eslint-plugin-next": "^14.2.22",
|
2023-12-08 22:35:15 +01:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-11-27 17:42:19 +00:00
|
|
|
"eslint-config-turbo": "^2.3.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",
|
2024-12-24 03:02:21 +00:00
|
|
|
"eslint-plugin-react": "^7.37.3",
|
2024-12-05 18:38:48 +00:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
2024-12-30 17:33:38 +00:00
|
|
|
"typescript-eslint": "^8.19.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",
|
2024-12-13 21:42:35 +00:00
|
|
|
"eslint": "^9.17.0",
|
2024-11-23 19:39:20 +01:00
|
|
|
"typescript": "^5.7.2"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|