mirror of
https://github.com/yuzu-emu/Command-fix.git
synced 2024-11-21 23:15:38 +01:00
12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"extends": ["eslint:recommended", "standard",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"plugins": ["@typescript-eslint"],
|
|
"rules": {
|
|
"semi": [2, "always"]
|
|
},
|
|
"parserOptions": {
|
|
"project": ["tsconfig.json"]
|
|
}
|
|
} |