1
0
Fork 0
mirror of https://github.com/yuzu-emu/citra-qt-installer.git synced 2025-01-10 10:15:29 +00:00
citra-qt-installer/.eslintrc.json

6 lines
103 B
JSON
Raw Normal View History

2017-10-11 02:29:05 +00:00
{
"extends": ["eslint:recommended", "standard"],
"rules": {
"semi": [2, "always"]
}
}