Skip to content

Commit bfcb637

Browse files
Oleksandr Dzhychkoslisson
authored andcommitted
ci(ts-model-api): run ESLint for ts-model-api with pre-commit
1 parent 4a8571a commit bfcb637

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ repos:
4747
4848
- "@typescript-eslint/[email protected]"
4949
- "@typescript-eslint/[email protected]"
50-
files: ^vue-model-api/src/
51-
'types': [ts]
50+
files: ^(vue-model-api)|(ts-model-api)/src/
51+
types: [ts]

ts-model-api/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ tasks.assemble {
4242
dependsOn(patchKotlinExternals)
4343
}
4444

45-
tasks.check {
46-
dependsOn("npm_run_lint")
47-
}
48-
4945
tasks.named("npm_run_generateKotlin") {
5046
finalizedBy(patchKotlinExternals)
5147
}

0 commit comments

Comments
 (0)