mirror of
https://github.com/YuzuZensai/NekoMelody.git
synced 2026-01-06 04:33:21 +00:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"extends": [
|
|
"prettier",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"prettier/@typescript-eslint"
|
|
],
|
|
"parser": "@typescript-eslint/parser"
|
|
}
|