File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ const eslintConfig = defineConfig([
1616 "node_modules/**" ,
1717 ] ) ,
1818 {
19- rules : {
19+ /* rules: {
2020 "@typescript -eslint/no-unused-vars": [
2121 "warn",
2222 { argsIgnorePattern: "^_" },
2323 ],
24- } ,
24+ },*/
2525 } ,
2626] ) ;
2727
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ interface GitHubSearchResponse {
1212 error ?: string ;
1313}
1414
15- // eslint-disable-next-line @typescript-eslint/no-unused-vars
1615type SearchIssuesFn = ( _query : string ) => Promise < GitHubSearchResponse > ;
1716const searchIssues = rawSearchIssues as SearchIssuesFn ;
1817
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export default function GoodFirstIssues() {
128128 setSdk ( e . target . value ) ;
129129 } }
130130 className = "p-2 rounded border" >
131- < option value = "" > All Repo' s</ option >
131+ < option value = "" > All Repo' s</ option >
132132 < option value = "python" > Python</ option >
133133 < option value = "javascript" > JavaScript</ option >
134134 < option value = "cpp" > C++</ option >
You can’t perform that action at this time.
0 commit comments