Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed May 17, 2024
1 parent 99924f9 commit 5122da3
Show file tree
Hide file tree
Showing 4 changed files with 1,253 additions and 1,475 deletions.
18 changes: 9 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": ["**/__tests__/**/*"],
"checkMissingDependencies": false,
"checkObsoleteDependencies": false,
"checkVersionMismatches": true
}
]
// "@nx/dependency-checks": [
// "error",
// {
// "ignoredFiles": ["**/__tests__/**/*"],
// "checkMissingDependencies": false,
// "checkObsoleteDependencies": false,
// "checkVersionMismatches": true
// }
// ]
}
},
{
Expand Down
12 changes: 0 additions & 12 deletions apps/service/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@
"extends": ["../../.eslintrc.json"],
"ignorePatterns": ["!**/*"],
"rules": {
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": [
"dotenv",
"ts-json-schema-generator",
"sodium-native",
"@octokit/request-error",
"@octokit/types"
]
}
],
"@typescript-eslint/no-explicit-any": "off"
}
}
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"netlify-cli": "^16.7.0",
"netlify-cli": "^17.23.5",
"vite": "^5.2.11",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.3.2"
Expand Down
Loading

0 comments on commit 5122da3

Please sign in to comment.