style(): run linter over packages, integration and spec files, add hook

This commit is contained in:
Kamil Myśliwiec
2019-11-29 09:24:19 +01:00
parent a08d1aadf3
commit c3f4ea34b2
25 changed files with 68 additions and 49 deletions

View File

@@ -1,6 +1,5 @@
{
"extends": "tsconfig.json",
"extends": "./tsconfig.json",
"include": ["**/*.spec.ts"],
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}