mirror of
https://github.com/yuzu-emu/Command-fix
synced 2024-11-24 15:38:15 +00:00
6 lines
No EOL
103 B
JSON
6 lines
No EOL
103 B
JSON
{
|
|
"extends": ["eslint:recommended", "standard"],
|
|
"rules": {
|
|
"semi": [2, "always"]
|
|
}
|
|
} |