chore(): remove lint from lint-staged

This commit is contained in:
Kamil Myśliwiec
2020-01-26 12:17:23 +01:00
parent be9a272199
commit 7309ba4bdf
164 changed files with 2070 additions and 1262 deletions

View File

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