13 lines
223 B
Text
13 lines
223 B
Text
{
|
|
"extends": [
|
|
"xo-space",
|
|
"xo-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/indent": ["error", 2, { "SwitchCase": 1 }],
|
|
"@typescript-eslint/member-naming": 0
|
|
},
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|