feat(config): Initial default rules

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 22:22:55 +04:00
parent 8ce6c52655
commit 92c2dc54a9
3 changed files with 23 additions and 8 deletions

View File

@ -10,6 +10,9 @@
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
"project": "./tsconfig.json",
"sourceType": "module",
"tsconfigRootDir": "."
},
"root": true
}