mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-22 16:05:36 +01:00
6 lines
103 B
JSON
6 lines
103 B
JSON
|
{
|
||
|
"extends": ["eslint:recommended", "standard"],
|
||
|
"rules": {
|
||
|
"semi": [2, "always"]
|
||
|
}
|
||
|
}
|