mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-16 14:12:41 +00:00
exclude openssl and i18n from npm run format; + npm run format (#183)
This commit is contained in:
committed by
GitHub
parent
b841469505
commit
ccfb09e261
@@ -10,7 +10,10 @@ export const SENTENCE_TRAINER_PAGE_PARAMS: {
|
||||
showDevTools: PageParam<boolean>;
|
||||
textAreaDebounceInMillis: PageParam<number>;
|
||||
} = {
|
||||
sentence: { key: "sentence", default: "This text has been typed at the speed of thought" },
|
||||
sentence: {
|
||||
key: "sentence",
|
||||
default: "This text has been typed at the speed of thought",
|
||||
},
|
||||
wpm: {
|
||||
key: "wpm",
|
||||
default: 250,
|
||||
|
||||
Reference in New Issue
Block a user