1
0
Fork 0
mirror of https://github.com/yuzu-emu/Command-fix.git synced 2025-01-11 06:25:41 +00:00
Command-fix/.eslintrc.json

12 lines
259 B
JSON
Raw Normal View History

2017-09-29 23:38:00 +00:00
{
2021-10-28 21:32:32 +00:00
"extends": ["eslint:recommended", "standard",
2022-12-31 09:05:32 +00:00
"plugin:@typescript-eslint/recommended"
],
2021-10-28 21:32:32 +00:00
"plugins": ["@typescript-eslint"],
2017-09-29 23:38:00 +00:00
"rules": {
"semi": [2, "always"]
2021-10-28 21:32:32 +00:00
},
"parserOptions": {
"project": ["tsconfig.json"]
2017-09-29 23:38:00 +00:00
}
}