1
0
Fork 0
mirror of https://github.com/yuzu-emu/Command-fix.git synced 2025-01-11 17:35:37 +00:00
Command-fix/.eslintrc.json
2017-09-29 19:38:00 -04:00

6 lines
103 B
JSON

{
"extends": ["eslint:recommended", "standard"],
"rules": {
"semi": [2, "always"]
}
}