Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
Fix yarn workspace photos add foo (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnvr committed Feb 21, 2024
2 parents 5e2470f + dd6d599 commit 6dd6af3
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 295 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@ente/eslint-config": "*",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"eslint": "^8",
"prettier": "2.3.2",
"typescript": "^5.1.3"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,9 @@ module.exports = {
'@next/next/no-img-element': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'jsx-a11y/alt-text': 'off',
// Temporarily turn these off to allow existing code.
// TODO (MR): Remove me (and those above).
'@typescript-eslint/no-unsafe-enum-comparison': 'off',
'@typescript-eslint/no-base-to-string': 'off',
},
};
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"parser": "babel-eslint"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "latest",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"eslint": "^8",
"eslint-config-next": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-react": "latest"
Expand Down
Loading

0 comments on commit 6dd6af3

Please sign in to comment.