vsc-material-theme/.eslintrc
2020-06-25 10:34:19 +02:00

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
}
}