citra-qt-installer/.eslintrc.json

6 lines
103 B
JSON
Raw Permalink Normal View History

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