mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-29 10:49:14 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
36 lines
967 B
JSON
36 lines
967 B
JSON
{
|
|
"name": "@homarr/eslint-config",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
"./base": "./base.js",
|
|
"./nextjs": "./nextjs.js",
|
|
"./react": "./react.js"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
"lint": "eslint",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"prettier": "@homarr/prettier-config",
|
|
"dependencies": {
|
|
"@next/eslint-plugin-next": "^14.2.21",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-turbo": "^2.3.3",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.3",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"typescript-eslint": "^8.18.2"
|
|
},
|
|
"devDependencies": {
|
|
"@homarr/prettier-config": "workspace:^0.1.0",
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
|
"eslint": "^9.17.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|