mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 08:55:37 +08:00
71cdce20e3
* add account files, config, and db, fix other files, and make lint script work on cmd * fuck operating systems * remove project from eslint * Merging and fixing some bugs * fixed result ordering * fixed quote filter stopping all results * fixed words filter not working * corrected type * Update commandline-lists.ts * Update types.d.ts * removing explicit tag types * mfing prettier * small changes * stuff * fixes * fix cannot read properties of undefined * another check just to be safe * okay that works Co-authored-by: Miodec <bartnikjack@gmail.com>
14 lines
219 B
Text
14 lines
219 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"endOfLine": "lf",
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts"],
|
|
"options": {
|
|
"parser": "typescript"
|
|
}
|
|
}
|
|
]
|
|
}
|