Skip to content

Commit 1e789b4

Browse files
Merge pull request #220 from CSSLab/dev
v1.5: broadcast analysis, live game analysis, new UI, endgame/custom drills, sf moves to mate, material count, and more
2 parents c062cf6 + 31c4553 commit 1e789b4

276 files changed

Lines changed: 27215 additions & 15566 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)