vsc-material-theme/.eslintrc
Alessio Occhipinti bf9a2bb6ed Feat/generator 1 iteration (#397)
* chore: added editor config and fix vscode settings

* fix: eslint and typescript

* chore: cleanup folders (gulp)

* feat: cleanup and working generator
2019-12-23 15:54:32 +01:00

9 lines
144 B
Text

{
"extends": [
"xo-space",
"xo-typescript"
],
"rules": {
"@typescript-eslint/indent": ["error", 2, { "SwitchCase": 1 }]
}
}