bf9a2bb6ed
* chore: added editor config and fix vscode settings * fix: eslint and typescript * chore: cleanup folders (gulp) * feat: cleanup and working generator
9 lines
144 B
Text
9 lines
144 B
Text
{
|
|
"extends": [
|
|
"xo-space",
|
|
"xo-typescript"
|
|
],
|
|
"rules": {
|
|
"@typescript-eslint/indent": ["error", 2, { "SwitchCase": 1 }]
|
|
}
|
|
}
|