2019-12-23 15:54:32 +01:00
|
|
|
{
|
|
|
|
"extends": [
|
|
|
|
"xo-space",
|
|
|
|
"xo-typescript"
|
|
|
|
],
|
|
|
|
"rules": {
|
2019-12-23 17:34:01 +01:00
|
|
|
"@typescript-eslint/indent": ["error", 2, { "SwitchCase": 1 }],
|
2020-06-25 10:34:19 +02:00
|
|
|
"@typescript-eslint/member-naming": 0
|
2019-12-23 17:34:01 +01:00
|
|
|
},
|
|
|
|
"env": {
|
|
|
|
"browser": true
|
2019-12-23 15:54:32 +01:00
|
|
|
}
|
|
|
|
}
|