Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c121cce commit 4bfe85aCopy full SHA for 4bfe85a
.prettierrc
@@ -0,0 +1,6 @@
1
+{
2
+ "trailingComma": "es5",
3
+ "tabWidth": 2,
4
+ "semi": true,
5
+ "singleQuote": false
6
+}
scripts/fetch-algorithms.ts
@@ -455,6 +455,7 @@ function isValidCategory(name: string) {
455
"github",
456
"ipynbcheckpoints",
457
"leetcode",
458
+ "spec",
459
]) {
460
if (normalize(name).includes(exclude)) return false;
461
}
0 commit comments