Skip to content

Commit 40ac58c

Browse files
Merge branch 'refactoring' into feature/broadcasts
2 parents 570f73a + 50e17e2 commit 40ac58c

214 files changed

Lines changed: 4633 additions & 11096 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"root": true,
23
"plugins": ["@typescript-eslint", "prettier", "react", "react-hooks"],
34
"extends": [
45
"next/core-web-vitals",
@@ -18,6 +19,8 @@
1819
"prettier/prettier": "error",
1920
"react/react-in-jsx-scope": "off",
2021
"react-hooks/exhaustive-deps": "off",
22+
"@typescript-eslint/no-explicit-any": "off",
23+
"@typescript-eslint/no-unused-expressions": "off",
2124
"@typescript-eslint/no-unused-vars": "off",
2225
"@next/next/no-html-link-for-pages": "off",
2326
"import/no-named-as-default": "off",

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
"editor.defaultFormatter": "esbenp.prettier-vscode",
77
"[dockerfile]": {
88
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
9-
}
9+
},
10+
"editor.tabCompletion": "on",
11+
"github.copilot.nextEditSuggestions.enabled": true
1012
}

__tests__/analysis/makeMove-fen.test.ts

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)