mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-27 01:32:22 +01:00
docs: remove obsolete links from readme
This commit is contained in:
23
pages/.oxfmtrc.json
Normal file
23
pages/.oxfmtrc.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxfmt/configuration_schema.json",
|
||||
"ignorePatterns": [
|
||||
"output/raw/**/index_main.json",
|
||||
"output/raw/**/index_initial.json"
|
||||
],
|
||||
"useTabs": false,
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2,
|
||||
"endOfLine": "lf",
|
||||
"arrowParens": "always",
|
||||
"bracketSameLine": false,
|
||||
"bracketSpacing": true,
|
||||
"htmlWhitespaceSensitivity": "css",
|
||||
"insertFinalNewline": true,
|
||||
"jsxSingleQuote": true,
|
||||
"objectWrap": "preserve",
|
||||
"proseWrap": "preserve",
|
||||
"quoteProps": "as-needed",
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
38
pages/biome.json
Normal file
38
pages/biome.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||||
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
|
||||
"files": { "ignoreUnknown": false, "includes": ["**"] },
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"useEditorconfig": true,
|
||||
"formatWithErrors": false,
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"lineEnding": "lf",
|
||||
"lineWidth": 120,
|
||||
"attributePosition": "auto",
|
||||
"bracketSpacing": true
|
||||
},
|
||||
"linter": { "enabled": false, "rules": { "recommended": true } },
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
"jsxQuoteStyle": "single",
|
||||
"quoteProperties": "asNeeded",
|
||||
"trailingCommas": "all",
|
||||
"semicolons": "always",
|
||||
"arrowParentheses": "always",
|
||||
"bracketSameLine": false,
|
||||
"quoteStyle": "single",
|
||||
"attributePosition": "auto",
|
||||
"bracketSpacing": true
|
||||
}
|
||||
},
|
||||
"assist": {
|
||||
"enabled": true,
|
||||
"actions": {
|
||||
"source": {
|
||||
"organizeImports": "on"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,6 +67,13 @@
|
||||
I assume no responsibility whatsoever.
|
||||
<strong>PLEASE USE IT AT YOUR OWN RISK.</strong>
|
||||
</p>
|
||||
<h3>Thanks</h3>
|
||||
<table class="table table-sm table-borderless w-auto mb-2">
|
||||
<tr>
|
||||
<td class="fw-bold">Vivi029</td>
|
||||
<td>Added Windows Google Play Games channel</td>
|
||||
</tr>
|
||||
</table>
|
||||
</section>
|
||||
<hr />
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user